Skip to content

Commit

Permalink
Revert "Fix Failing Build Process for Microfrontend UI"
Browse files Browse the repository at this point in the history
  • Loading branch information
drizzentic authored May 8, 2024
1 parent 57ea43a commit 310ef68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/reprocessor-mediator-microfrontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 310ef68

Please sign in to comment.