diff --git a/Dockerfile b/Dockerfile index 88f7702..b27c7ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,6 @@ RUN chmod +x entrypoint.sh RUN python3 manage.py collectstatic --no-input -c +EXPOSE 8888 + ENTRYPOINT /app/entrypoint.sh diff --git a/default b/default index 07c6af2..558e382 100644 --- a/default +++ b/default @@ -1,5 +1,5 @@ server { - listen 80; + listen 8888; charset utf-8;