Skip to content

Commit

Permalink
fix: remove script chmod from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rdaniels6813 committed Jul 7, 2020
1 parent 8783682 commit 9a97b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ RUN npm install -g semantic-release@17.1.1 \
RUN apk add --update make \
&& rm -rf /var/cache/apk/*
COPY *.sh /
RUN chmod +x /main.sh /setup.sh
RUN chmod +x /main.sh

0 comments on commit 9a97b4a

Please sign in to comment.