Skip to content

Commit dc6e34b

Browse files
Update Dockerfile
1 parent 89922eb commit dc6e34b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ RUN apt update -y && apt install -y git build-essential tree
88
RUN git clone https://github.com/SkyTheCodeMaster/upc-api.git /app/upc-api
99

1010
# Copy the current directory into the cloned repo
11-
COPY . /app/upc-api/
1211

1312
# Install requirements
1413
RUN pip install --upgrade pip
@@ -17,6 +16,8 @@ RUN pip install --no-cache-dir -r ./upc-api/src/requirements.txt
1716
# Verify the contents of the directory
1817
RUN ls -R ./upc-api
1918

19+
COPY . .
20+
2021
# Run the main script
2122
#CMD ["python", "/app/upc-api/src/main.py"]
2223
CMD ["tree", "/app/"]

0 commit comments

Comments
 (0)