Skip to content

Commit 291d20b

Browse files
Update Dockerfile
1 parent 9a7bf0d commit 291d20b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM python:3.11-slim
22

3+
COPY . /app/
34
WORKDIR /app/
45

56
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
1314
RUN pip install --upgrade pip
1415
RUN pip install --no-cache-dir -r ./src/requirements.txt
1516

16-
COPY . .
1717

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

0 commit comments

Comments
 (0)