Skip to content

Commit

Permalink
Merge remote-tracking branch 'aceberle/feature/fixing-action' into v3…
Browse files Browse the repository at this point in the history
….0.1-beta1
  • Loading branch information
ScholliYT committed May 25, 2021
2 parents 03cf01a + 34e56b7 commit b90c67d
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 b90c67d

Please sign in to comment.