We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5cf484 commit abeb0c9Copy full SHA for abeb0c9
Dockerfile
@@ -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