Skip to content

Commit

Permalink
build(dockerfile): change execute permission
Browse files Browse the repository at this point in the history
  • Loading branch information
nampdn authored Nov 29, 2018
1 parent fe24c83 commit 740354a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ FROM node:11-alpine
RUN apk add --no-cache bash git openssh-client

ADD puskerit /usr/local/bin/

RUN chmod +x /usr/local/bin/puskerit

0 comments on commit 740354a

Please sign in to comment.