Skip to content

Commit

Permalink
Update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Oct 12, 2024
1 parent 5e66ef2 commit 1479f2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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

WORKDIR /app
COPY deployer.phar /bin/deployer.phar

COPY deployer.phar deployer.phar
WORKDIR /app

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

0 comments on commit 1479f2c

Please sign in to comment.