Skip to content

Commit

Permalink
Merge pull request #38 from software-students-spring2024/nginx
Browse files Browse the repository at this point in the history
fix nginx
  • Loading branch information
exl7954 authored Apr 28, 2024
2 parents a5246ae + 0317ef3 commit b7fc257
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ RUN npm run build
# PRODUCTION STAGE
FROM nginx:stable-alpine as production-stage
COPY --from=build-stage /frontend/build /usr/share/nginx/html
COPY nginx.conf /etc/nginx/nginx.conf
COPY app.conf /etc/nginx/conf.d/default.conf
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]
File renamed without changes.

0 comments on commit b7fc257

Please sign in to comment.