Skip to content

Commit

Permalink
Merge pull request eclipse-tractusx#256 from FraunhoferISST/fix/front…
Browse files Browse the repository at this point in the history
…end-dockerfile-nginx

fix(frontend/Dockerfile): enhanced permissions for nginx.conf substitution
  • Loading branch information
mhellmeier authored Feb 21, 2024
2 parents 3b934d5 + 1937ecf commit 146a678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ENV JSFOLDER=/usr/share/nginx/html/assets/*.js
USER root

COPY ./nginx.conf /etc/nginx/nginx.conf
RUN chmod 117 /etc/nginx/nginx.conf
RUN chmod 777 /etc/nginx/nginx.conf
COPY ./start-nginx.sh /usr/bin/start-nginx.sh
RUN apk --no-cache add moreutils

Expand Down

0 comments on commit 146a678

Please sign in to comment.