Prepare production
This commit is contained in:
6
production/Dockerfile
Normal file
6
production/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM python:3.11.8-alpine
|
||||
|
||||
# Prod depedencies
|
||||
RUN pip install flask psycopg2-binary sqlalchemy waitress
|
||||
|
||||
WORKDIR /app
|
||||
Reference in New Issue
Block a user