Skip to content

Commit

Permalink
Changing to use ENTRYPOINT
Browse files Browse the repository at this point in the history
  • Loading branch information
aceberle committed May 24, 2021
1 parent ced72bd commit 34e56b7
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 @@ -15,4 +15,4 @@ RUN python -m pip install --upgrade pip && pip install -r requirements.txt
COPY deadseeker ./deadseeker

# Code file to execute when the docker container starts up (`deadseeker.py`)
CMD [ "python", "-m", "deadseeker.action" ]
ENTRYPOINT [ "python", "-m", "deadseeker.action" ]

0 comments on commit 34e56b7

Please sign in to comment.