This commit is contained in:
parent
227c0d0f8f
commit
e192045653
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM alpine:latest
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN apk add py3-gunicorn py3-requests py3-flask
|
||||
RUN apk add --no-cache py3-gunicorn py3-requests py3-flask
|
||||
|
||||
CMD ["gunicorn", "--bind=0.0.0.0:2011", "server:app"]
|
Loading…
Add table
Add a link
Reference in a new issue