Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Oct 12, 2024
1 parent fdf78f3 commit e809fc2
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.2-cli-alpine

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

COPY deployer.phar deployer.phar

WORKDIR /app

COPY deployer.phar deployer.phar

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

0 comments on commit e809fc2

Please sign in to comment.