Skip to content

Commit

Permalink
add entrypoint to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mrporcles committed Feb 18, 2022
1 parent f1b7732 commit eaa4a20
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 @@ -9,4 +9,4 @@ RUN pip install --no-cache-dir -r requirements.txt

COPY . .

CMD [ "python", "./markdown-to-confluence.py" ]
ENTRYPOINT ["./markdown-to-confluence.py"]

0 comments on commit eaa4a20

Please sign in to comment.