Skip to content

Commit

Permalink
Fixing broken nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
fatbird committed Feb 14, 2024
1 parent e5200f7 commit 5277b12
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 @@ -50,7 +50,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
RUN chmod -R 777 /run /var/log/nginx /var/cache/nginx /usr/share/nginx/html/static/js /etc/nginx/conf.d

ARG DEBUG_BUILD=false

Expand Down

0 comments on commit 5277b12

Please sign in to comment.