diff --git a/Dockerfile b/Dockerfile index c809ad865..35162cbf4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/schema/app/fmu-schemas.conf b/nginx.conf similarity index 100% rename from schema/app/fmu-schemas.conf rename to nginx.conf