Skip to content

Commit

Permalink
Update StaticBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
wmuldergov committed Mar 12, 2024
1 parent 067fde7 commit 3a72c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/frontend/StaticBuild
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN touch /run/nginx.pid
COPY ./compose/frontend/default.conf /etc/nginx/conf.d
# COPY nginx.conf /etc/nginx
COPY --from=buildnode /app/build /usr/share/nginx/html
RUN chmod -R 777 /run /var/log/nginx /var/cache/nginx /usr/share/nginx/html/static/js /usr/share/nginx/html/static/css /etc/nginx/conf.d
RUN chmod -R 777 /run /var/log/nginx /var/cache/nginx /usr/share/nginx/html/static/js /usr/share/nginx/html/static/css /usr/share/nginx/html/static/media /etc/nginx/conf.d

ARG DEBUG_BUILD=false

Expand Down

0 comments on commit 3a72c87

Please sign in to comment.