Skip to content

Commit

Permalink
fix(entrypoint): added it to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed Jul 16, 2024
1 parent 81e3449 commit 8faf57c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ RUN set -ex \
FROM base as production
COPY --from=builder $VENV_PATH $VENV_PATH
COPY --from=builder $PYSETUP_PATH $PYSETUP_PATH
ENTRYPOINT [ "/opt/workflow/entrypoint.sh" ]
CMD ["workflow"]

0 comments on commit 8faf57c

Please sign in to comment.