diff --git a/Dockerfile b/Dockerfile index 69336cc..bf8f099 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ USER node FROM ${registry}/nginxinc/nginx-unprivileged:stable COPY --from=nodebuild /opt/cartosp/dist/cartosp/browser/ /usr/share/nginx/html -COPY .docker/nginx.apps.conf /etc/nginx/conf.d/default.conf +COPY --from=nodebuild /opt/cartosp/.docker/nginx.apps.conf /etc/nginx/conf.d/default.conf EXPOSE 8000