Prepare production

This commit is contained in:
Lucas
2024-05-12 14:58:27 +02:00
parent 950482dbaf
commit e06995c91b
13 changed files with 545 additions and 108 deletions

6
production/Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM python:3.11.8-alpine
# Prod depedencies
RUN pip install flask psycopg2-binary sqlalchemy waitress
WORKDIR /app