Skip to content

Commit

Permalink
build : update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeyo03 authored Nov 5, 2024
1 parent 7d17e70 commit 7e5c767
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 @@ -25,7 +25,7 @@ FROM nginx:stable-alpine AS runner
# Copy nginx configuration (optional, if you have a custom config)
COPY nginx/nginx.conf /etc/nginx/nginx.conf
# Copy built files to Nginx for serving
COPY --from=base /app/dist /usr/share/nginx/html
COPY --from=base /app/dist /usr/share/nginx/html/page

# Expose port 80 for Nginx
EXPOSE 3000
Expand Down

0 comments on commit 7e5c767

Please sign in to comment.