Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Added "RUN chmod +x "/usr/local/bin/docker-entrypoint.sh"" as was an issue in MacOS
  • Loading branch information
sukkamehu authored Jul 7, 2020
1 parent 98a352f commit b9d9e47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ RUN addgroup -g 1000 node \
&& npm --version

COPY docker-entrypoint.sh /usr/local/bin/
RUN chmod +x "/usr/local/bin/docker-entrypoint.sh"
ENTRYPOINT ["docker-entrypoint.sh"]


Expand Down

0 comments on commit b9d9e47

Please sign in to comment.