Skip to content

Commit

Permalink
MAINT: Move nginx.conf to project root
Browse files Browse the repository at this point in the history
  • Loading branch information
mferrera committed Jan 2, 2025
1 parent 48313af commit 2a239c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ RUN chown -R 1001:1001 .
COPY schema/app/install-schema-files.sh /docker-entrypoint.d/50-install-schema-files.sh
RUN chmod +x /docker-entrypoint.d/50-install-schema-files.sh

COPY schema/app/fmu-schemas.conf /etc/nginx/conf.d

RUN rm /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/conf.d/default.conf

USER 1001

Expand Down
File renamed without changes.

0 comments on commit 2a239c0

Please sign in to comment.