Skip to content

Commit

Permalink
hello
Browse files Browse the repository at this point in the history
  • Loading branch information
PilnyTomas committed Mar 7, 2024
1 parent 5c86280 commit 335fc7a
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 @@ -17,7 +17,9 @@ FROM prepare AS run
COPY script.py /

# Run the sript to generate the text outputs
ENTRYPOINT ["python", "./script.py"]
#ENTRYPOINT ["python", "./script.py"]
ENTRYPOINT ["sh", "-c", "echo \"Hello from Docker\""]


# Copy the generated files out of the container
# this is done in build
Expand Down

0 comments on commit 335fc7a

Please sign in to comment.