Skip to content

Commit

Permalink
BUG: remove branch from path and ls to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
khalford committed Oct 2, 2024
1 parent b9aa1f8 commit adda2ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ FROM python:3
WORKDIR /app
COPY . .
RUN pip install -r requirements.txt
CMD ["python","branch/src/main.py"]
RUN ls -al
CMD ["python","src/main.py"]

0 comments on commit adda2ef

Please sign in to comment.