SATANI DIGANI
This commit is contained in:
parent
77339d0c7c
commit
8a30da586d
1 changed files with 7 additions and 0 deletions
7
client/Dockerfile
Normal file
7
client/Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
FROM python:alphine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . /app
|
||||
|
||||
CMD ["python3","/app.py"]
|
Loading…
Add table
Add a link
Reference in a new issue