Skip to content
Snippets Groups Projects
Commit 91b89ace authored by Thomas  MENARD's avatar Thomas MENARD
Browse files

Update Dockerfile

parent 950dacc8
No related branches found
No related tags found
No related merge requests found
......@@ -20,4 +20,4 @@ RUN rm -rf .gitlab-ci.yml Dockerfile README.md img
# We use the CMD command to start the gunicorn daemon
# when we start the container.
# Note the $PORT variable, we will need to define it when we start the container
CMD python manage.py runserver 0.0.0.0:$PORT
CMD python /app/manage.py runserver 0.0.0.0:$PORT
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment