Intial files
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM python:slim-buster
|
||||
|
||||
|
||||
COPY src /src
|
||||
|
||||
ENTRYPOINT [ "python", "src/main.py" ]
|
Reference in New Issue
Block a user