Skip to content
This repository has been archived by the owner on Jun 25, 2023. It is now read-only.

Commit

Permalink
entrypoint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur committed May 13, 2023
1 parent a9659ca commit 3bae4aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions solution/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ RUN apt-get update && apt upgrade -y && \

COPY . $WORKDIR

# ENTRYPOINT [ "python3", "app.py" ]
ENTRYPOINT [ "bash" ]
ENTRYPOINT [ "python3", "app.py" ]

0 comments on commit 3bae4aa

Please sign in to comment.