diff --git a/Dockerfile b/Dockerfile index ba94db1..1b38097 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,5 +6,5 @@ RUN chown $USERID:$GROUPID /code #RUN apt-get update && apt-get -y install python3-pip && apt-get -y dist-upgrade COPY . . RUN pip3 install -r requirements.txt -EXPOSE 5000 +EXPOSE 80 CMD ["./wrapper.sh"]