Update port
This commit is contained in:
parent
d6bd0c334c
commit
9faa64a765
2 changed files with 3 additions and 1 deletions
|
@ -16,4 +16,6 @@ RUN chmod +x entrypoint.sh
|
||||||
|
|
||||||
RUN python3 manage.py collectstatic --no-input -c
|
RUN python3 manage.py collectstatic --no-input -c
|
||||||
|
|
||||||
|
EXPOSE 8888
|
||||||
|
|
||||||
ENTRYPOINT /app/entrypoint.sh
|
ENTRYPOINT /app/entrypoint.sh
|
||||||
|
|
2
default
2
default
|
@ -1,5 +1,5 @@
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 8888;
|
||||||
|
|
||||||
charset utf-8;
|
charset utf-8;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue