Update port

pull/7/head
Jannis Portmann 2023-04-08 02:39:04 +02:00
parent d6bd0c334c
commit 9faa64a765
2 changed files with 3 additions and 1 deletions

View File

@ -16,4 +16,6 @@ RUN chmod +x entrypoint.sh
RUN python3 manage.py collectstatic --no-input -c
EXPOSE 8888
ENTRYPOINT /app/entrypoint.sh

View File

@ -1,5 +1,5 @@
server {
listen 80;
listen 8888;
charset utf-8;