Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronClaydon authored Dec 16, 2024
1 parent 647a3cd commit 62a23fb
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 @@ -20,7 +20,7 @@ RUN mkdir -p /var/www/html
COPY nginx_config/nginx.conf /etc/nginx/nginx.conf
COPY nginx_config/default.conf /etc/nginx/conf.d/default.conf

COPY --from=builder /tmp/nginx/vue-single-page-app/dist/* /var/www/html/
COPY --from=builder /tmp/nginx/vue-single-page-app/dist/ /var/www/html/

RUN chown nginx:nginx /var/www/html

Expand Down

0 comments on commit 62a23fb

Please sign in to comment.