Skip to content

Commit abeb0c9

Browse files
committed
add Dockerfile
1 parent b5cf484 commit abeb0c9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Dockerfile

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM python:3.9-alpine
2+
3+
COPY . /app
4+
WORKDIR /app
5+
6+
RUN pip install -r requirements.txt
7+
8+
CMD ["python", "./init.py"]

0 commit comments

Comments
 (0)