Skip to content

Commit c49b44c

Browse files
Update Dockerfile
1 parent a54893f commit c49b44c

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
@@ -18,4 +18,5 @@ RUN pip install --no-cache-dir -r ./upc-api/src/requirements.txt
1818
RUN ls -R ./upc-api
1919

2020
# Run the main script
21-
CMD ["python", "/app/upc-api/src/main.py"]
21+
#CMD ["python", "/app/upc-api/src/main.py"]
22+
CMD ["tree", "/app/"]

0 commit comments

Comments
 (0)