Skip to content

Commit

Permalink
ci: entrypoint script
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Apr 22, 2024
1 parent a4f7d86 commit b6f4864
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 @@ -4,5 +4,5 @@ FROM ghcr.io/friendsofshopware/shopware-cli-base:${PHP_VERSION}

COPY shopware-cli /usr/local/bin/

ENTRYPOINT ["/usr/local/bin/entrypoint.sh", "shopware-cli"]
ENTRYPOINT ["/usr/local/bin/shopware-cli"]
CMD ["--help"]

0 comments on commit b6f4864

Please sign in to comment.