We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f39336 commit 398dcbaCopy full SHA for 398dcba
3 files changed
Dockerfile
@@ -1,6 +1,6 @@
1
# syntax=docker/dockerfile:1
2
FROM python:3.10
3
WORKDIR /app
4
-COPY . /app/.
+COPY . .
5
RUN pip install --no-cache-dir -r /app/requirements.txt
6
CMD ["python", "run.py"]
build.bat
build.sh
0 commit comments