Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
Signed-off-by: appleboy <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Dec 24, 2023
1 parent 0bd54f4 commit d398661
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ FROM ghcr.io/appleboy/drone-scp:latest
USER 1000:1000

COPY entrypoint.sh /bin/entrypoint.sh
RUN chown deploy:deploy /bin/entrypoint.sh && \
chmod +x /bin/entrypoint.sh
RUN chmod +x /bin/entrypoint.sh

ENTRYPOINT ["/bin/entrypoint.sh"]

0 comments on commit d398661

Please sign in to comment.