We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a7bf0d commit 291d20bCopy full SHA for 291d20b
1 file changed
Dockerfile
@@ -1,5 +1,6 @@
1
FROM python:3.11-slim
2
3
+COPY . /app/
4
WORKDIR /app/
5
6
RUN apt update -y && apt install -y git build-essential tree
@@ -13,7 +14,6 @@ RUN apt update -y && apt install -y git build-essential tree
13
14
RUN pip install --upgrade pip
15
RUN pip install --no-cache-dir -r ./src/requirements.txt
16
-COPY . .
17
18
# Run the main script
19
#CMD ["python", "/app/upc-api/src/main.py"]
0 commit comments