We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 217784e commit 0cc3e00Copy full SHA for 0cc3e00
Dockerfile
@@ -0,0 +1,9 @@
1
+FROM python:3.10-slim
2
+
3
+WORKDIR /app
4
5
+COPY . .
6
7
+RUN pip install --no-cache-dir -r requirements.txt
8
9
+CMD ["python", "main.py"]
0 commit comments