Skip to content

Commit

Permalink
Debug Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
druzsan committed Feb 6, 2024
1 parent 1430c84 commit d6f143c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ RUN pip install -IUr requirements.txt

COPY main.py .

CMD ./main.py
RUN ls

ENTRYPOINT ./main.py

0 comments on commit d6f143c

Please sign in to comment.