Skip to content

Commit

Permalink
Forgot to remove "echo" command
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Nov 22, 2024
1 parent 4386cdc commit a0ba8c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions export.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ USER gen3
WORKDIR /${appname}

ENV PYTHONUNBUFFERED=1
CMD [ "echo 30000" ]
# ENTRYPOINT poetry run python job_export.py

ENTRYPOINT poetry run python job_export.py

Check warning on line 112 in export.Dockerfile

View workflow job for this annotation

GitHub Actions / Build and Push Pelican Export Image / Build Image and Push

JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals

JSONArgsRecommended: JSON arguments recommended for ENTRYPOINT to prevent unintended behavior related to OS signals More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/

0 comments on commit a0ba8c7

Please sign in to comment.