|
|
@ -41,4 +41,4 @@ RUN chown -R myuser:myuser /app |
|
|
|
USER myuser |
|
|
|
|
|
|
|
# Start gunicorn with the appropriate options |
|
|
|
CMD ["gunicorn", "-b", "0.0.0.0:3000", "--log-level=debug", "--workers=3", "app:app"] |
|
|
|
CMD ["gunicorn", "-b", "0.0.0.0:3000", "--log-level=debug", "--workers=1", "app:app"] |
|
|
|