Skip to content

Commit 1f0611f

Browse files
Update Dockerfile
1 parent 1357dfd commit 1f0611f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.11-slim
22

3-
WORKDIR /app
3+
WORKDIR /app/
44

55
RUN apt update -y && apt install -y git build-essential tree
66

@@ -13,7 +13,7 @@ RUN git clone https://github.com/SkyTheCodeMaster/upc-api.git /app/
1313
RUN pip install --upgrade pip
1414
RUN pip install --no-cache-dir -r ./src/requirements.txt
1515

16-
COPY /app/src/ /app/src/
16+
COPY /app/ /app/
1717

1818
# Run the main script
1919
#CMD ["python", "/app/upc-api/src/main.py"]

0 commit comments

Comments
 (0)