mirror of
https://github.com/bszczuka/steel-training.git
synced 2025-12-21 11:54:59 +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 pip install -r requirements.txt
|
||||
COPY . /app
|
||||
EXPOSE 5000
|
||||
ENTRYPOINT [ "python" ]
|
||||
CMD [ "app.py" ]
|
||||
|
||||
Reference in New Issue
Block a user