Skip to content

Commit

Permalink
Correct entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjurkiewicz committed Feb 28, 2020
1 parent 4b7d685 commit fd0c3bc
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -4,4 +4,4 @@ RUN pip install boto3

COPY entrypoint.py .

ENTRYPOINT [ "entrypoint.py" ]
ENTRYPOINT [ "/entrypoint.py" ]
Empty file modified entrypoint.py
100644 → 100755
Empty file.

0 comments on commit fd0c3bc

Please sign in to comment.