Skip to content

Commit

Permalink
Merge pull request #3 from lyubick/test
Browse files Browse the repository at this point in the history
FIX. Invalid path in ENTRYPOINT after GitHUb rewriting workdir.
  • Loading branch information
lyubick authored Jun 13, 2023
2 parents 8bae8d0 + 607f163 commit 774ff88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ ADD validator.py /

RUN pip install -r requirements.txt

ENTRYPOINT ["python", "validator.py"]
ENTRYPOINT ["python", "/validator.py"]

0 comments on commit 774ff88

Please sign in to comment.