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