Skip to content

Commit

Permalink
fix(docker): make shell script executable (via swagger-api#4876)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattroid authored and shockey committed Sep 15, 2018
1 parent 6ab3b73 commit 7fff56c
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 @@ -23,6 +23,8 @@ COPY nginx.conf /etc/nginx/
COPY ./dist/* /usr/share/nginx/html/
COPY ./docker-run.sh /usr/share/nginx/

RUN chmod +x /usr/share/nginx/docker-run.sh

EXPOSE 8080

CMD ["sh", "/usr/share/nginx/docker-run.sh"]

0 comments on commit 7fff56c

Please sign in to comment.