remove port 5000 and use std 80, and use traefik to route correctly
This commit is contained in:
@@ -6,5 +6,5 @@ RUN chown $USERID:$GROUPID /code
|
|||||||
#RUN apt-get update && apt-get -y install python3-pip && apt-get -y dist-upgrade
|
#RUN apt-get update && apt-get -y install python3-pip && apt-get -y dist-upgrade
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN pip3 install -r requirements.txt
|
RUN pip3 install -r requirements.txt
|
||||||
EXPOSE 5000
|
EXPOSE 80
|
||||||
CMD ["./wrapper.sh"]
|
CMD ["./wrapper.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user