Skip to content

Commit

Permalink
Moved nginx.conf to config/docker/setup
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyanotfound committed Dec 7, 2024
1 parent dbde2d5 commit c1ed0f9
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -16,7 +16,7 @@ FROM nginx:1.27.3-alpine AS production

ENV NODE_ENV=production

COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY config/docker/setup/nginx.conf /etc/nginx/conf.d/default.conf
COPY --from=builder /talawa-admin/build /usr/share/nginx/html
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]
File renamed without changes.

0 comments on commit c1ed0f9

Please sign in to comment.