Intial files

This commit is contained in:
2021-05-23 20:47:44 +12:00
parent d7ea7c36bf
commit ece82c7881
4 changed files with 20 additions and 1 deletions

6
Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM python:slim-buster
COPY src /src
ENTRYPOINT [ "python", "src/main.py" ]