From 310ef685e4da0f9624de6e0b4a250b756c918f79 Mon Sep 17 00:00:00 2001 From: Drizzentic Date: Wed, 8 May 2024 09:10:17 +0300 Subject: [PATCH] Revert "Fix Failing Build Process for Microfrontend UI" --- apps/reprocessor-mediator-microfrontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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