Skip to content

Commit

Permalink
Moving nginx config for new deploy version
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Aug 9, 2024
1 parent acef356 commit 70fe34b
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM nginx
COPY docker-files/nginx.conf /etc/nginx/
RUN rm /etc/nginx/conf.d/*.conf
COPY .ebextensions/nginx/conf.d/*.conf /etc/nginx/conf.d/
COPY .ebextensions/nginx/conf.d/elasticbeanstalk /etc/nginx/conf.d/elasticbeanstalk
COPY .platform/nginx/conf.d/*.conf /etc/nginx/conf.d/
COPY .platform/nginx/conf.d/elasticbeanstalk /etc/nginx/conf.d/elasticbeanstalk
EXPOSE 80

0 comments on commit 70fe34b

Please sign in to comment.