generated from lucien/api-template
Fixed client scripts
This commit is contained in:
parent
c57a2511d8
commit
e2d8d04c04
4 changed files with 48 additions and 26 deletions
5
company/Dockerfile
Normal file
5
company/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