mirror of
https://github.com/bszczuka/steel-training.git
synced 2025-12-21 13:23:02 +01:00
add EXPOSE 5000
This commit is contained in:
@@ -4,5 +4,6 @@ WORKDIR /app
|
|||||||
RUN apk add pango libffi fontconfig ttf-freefont
|
RUN apk add pango libffi fontconfig ttf-freefont
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
EXPOSE 5000
|
||||||
ENTRYPOINT [ "python" ]
|
ENTRYPOINT [ "python" ]
|
||||||
CMD [ "app.py" ]
|
CMD [ "app.py" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user