Skip to content

Commit 7fff56c

Browse files
mattroidshockey
authored andcommitted
fix(docker): make shell script executable (via #4876)
1 parent 6ab3b73 commit 7fff56c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ COPY nginx.conf /etc/nginx/
2323
COPY ./dist/* /usr/share/nginx/html/
2424
COPY ./docker-run.sh /usr/share/nginx/
2525

26+
RUN chmod +x /usr/share/nginx/docker-run.sh
27+
2628
EXPOSE 8080
2729

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

0 commit comments

Comments
 (0)