Browse Source

fix(docker): make shell script executable (via #4876)

bubble
Matthew O'Connor 6 years ago
committed by kyle
parent
commit
7fff56cc29
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Dockerfile

+ 2
- 0
Dockerfile View File

@@ -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"]

Loading…
Cancel
Save