We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97388f3 commit a237022Copy full SHA for a237022
src/server/Dockerfile
@@ -41,4 +41,4 @@ WORKDIR /app
41
42
# CMD python app.py
43
# --uid uwsgi
44
-CMD uwsgi --http-socket :5000 --plugin python38 --module wsgi:app
+CMD uwsgi --http-socket :5000 --plugin python38 --module wsgi:app --chdir /app --pythonpath .
0 commit comments