Skip to content

Commit

Permalink
Fix dep path
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Farkas committed Nov 13, 2024
1 parent 2498013 commit 818ba10
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
Expand Up @@ -2,8 +2,8 @@ FROM php:8.3-cli-alpine

RUN apk add --no-cache bash git openssh-client rsync

COPY deployer.phar /bin/deployer.phar
COPY --chmod=755 deployer.phar /bin/dep

WORKDIR /app

ENTRYPOINT ["php", "/bin/deployer.phar"]
ENTRYPOINT ["/bin/dep"]

0 comments on commit 818ba10

Please sign in to comment.