generated from lucien/api-template
modified docker structure
This commit is contained in:
parent
e2d8d04c04
commit
8f11c56d1a
5 changed files with 37 additions and 4 deletions
5
client/shareholder/Dockerfile
Normal file
5
client/shareholder/Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM python:alpine
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
CMD ["python", "-u", "main.py"]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue