Skip to content

Commit

Permalink
Nginx config.
Browse files Browse the repository at this point in the history
  • Loading branch information
dashrath-chauhan committed Sep 10, 2024
1 parent 80624e7 commit c00e679
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN chmod 777 /usr/local/bin/docker-entrypoint.sh \
# Final
FROM nginx:stable-alpine
COPY --from=builder /app/build /usr/share/nginx/html
COPY nginx.conf /etc/nginx/nginx.conf

# Copy entrypoint script
COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit c00e679

Please sign in to comment.