diff --git a/apps/reprocessor-mediator-microfrontend/Dockerfile b/apps/reprocessor-mediator-microfrontend/Dockerfile index 206b923..3619811 100644 --- a/apps/reprocessor-mediator-microfrontend/Dockerfile +++ b/apps/reprocessor-mediator-microfrontend/Dockerfile @@ -11,7 +11,7 @@ RUN yarn run build FROM nginx:1.23.1-alpine COPY --from=build /usr/app/dist /usr/share/nginx/html -COPY config/nginx.conf /etc/nginx/conf.d/default.conf +COPY ./config/nginx.conf /etc/nginx/conf.d/default.conf EXPOSE 80