Skip to content

Commit

Permalink
fix: correct name in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tinect authored Jan 15, 2022
1 parent 21fd2b5 commit 8be7e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM scratch
ENTRYPOINT ["/shopware"]
COPY shopware /
ENTRYPOINT ["/shopware-cli"]
COPY shopware-cli /

0 comments on commit 8be7e9d

Please sign in to comment.