Browse Source

update dockerfile

master
scayac 3 months ago
parent
commit
d540d07369
  1. 2
      Dockerfile

2
Dockerfile

@ -17,7 +17,7 @@ COPY . . @@ -17,7 +17,7 @@ COPY . .
RUN python manage.py collectstatic --noinput
# Expose Daphne port
EXPOSE 8000
EXPOSE 8003
# Start Daphne
CMD ["daphne", "-b", "0.0.0.0", "-p", "8000", "crossapp.asgi:application"]

Loading…
Cancel
Save