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 e0837ae commit 571fb29Copy full SHA for 571fb29
backend/Dockerfile
@@ -20,8 +20,6 @@ COPY . /app/backend
20
# Make port 8000 available for the app
21
EXPOSE 8000
22
23
-# Be sure to use 0.0.0.0 for the host within the Docker container,
24
-# otherwise the browser won't be able to find it
25
CMD python manage.py runserver 0.0.0.0:8000
26
27
# # copy entrypoint.sh
0 commit comments