we dont need port 80, and it breaks traefik port discovery

This commit is contained in:
2024-03-10 13:58:55 +11:00
parent bbe0590b1e
commit 4721c9dbbd

View File

@@ -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"]