diff --git a/Dockerfile b/Dockerfile index bdfa8a2..ba94db1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +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 80 EXPOSE 5000 CMD ["./wrapper.sh"]