fix: Fixed database initialisation and dropped to 1 worker
This commit is contained in:
+1
-1
@@ -9,4 +9,4 @@ RUN curl -sLO https://github.com/tailwindlabs/tailwindcss/releases/latest/downlo
|
||||
&& ./tailwindcss-linux-x64 -i ./static/css/input.css -o ./static/css/output.css --content "./templates/*.html,./static/js/*.js" --minify \
|
||||
&& rm tailwindcss-linux-x64
|
||||
EXPOSE 5000
|
||||
CMD ["gunicorn", "--bind", "0.0.0.0:5000", "app:app", "--workers", "3", "--log-level", "warning"]
|
||||
CMD ["gunicorn", "--bind", "0.0.0.0:5000", "app:app", "--log-level", "warning"]
|
||||
Reference in New Issue
Block a user