Skip to content

Commit

Permalink
update: Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
muchasxmaracas committed May 21, 2024
1 parent 6029918 commit 2e9a811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN rm -rf /usr/share/nginx/html/*

# Copy the build output to the nginx html directory
COPY --from=build /usr/src/app/dist/gallowhead /usr/share/nginx/html
RUN chown -R nginx: /usr/share/nginx/html && chmod -R 755 /usr/share/nginx/html
RUN chown -R nginx: /usr/share/nginx/html/* && chmod -R 755 /usr/share/nginx/html/*

# Copy custom nginx configuration if needed
COPY --from=build /usr/src/app/deploy/webserver/container/default.conf /etc/nginx/conf.d/default.conf

0 comments on commit 2e9a811

Please sign in to comment.