Skip to content

Commit ae0c568

Browse files
Update Dockerfile
1 parent 1f0611f commit ae0c568

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ 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/ /app/
17-
1816
# Run the main script
1917
#CMD ["python", "/app/upc-api/src/main.py"]
20-
CMD ["tree", "/app/"]
18+
CMD ["tree", "/app/"]

0 commit comments

Comments
 (0)