Aggiorna Dockerfile
This commit is contained in:
parent
c0c7adc7cb
commit
bd04b77d2f
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
FROM python:3-alpine
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
RUN apk update
|
||||
RUN apk upgrade
|
||||
RUN apk add bash
|
||||
COPY wsdd.py .
|
||||
COPY docker-cmd.sh .
|
||||
|
||||
|
|
Loading…
Reference in a new issue