Skip to content

Commit

Permalink
Merge pull request #5 from jembi/revert-4-TB-408
Browse files Browse the repository at this point in the history
Revert "Fix Failing Build Process for Microfrontend UI"
  • Loading branch information
drizzentic authored May 8, 2024
2 parents 57ea43a + 9fac388 commit c342959
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/reprocessor-mediator-microfrontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +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 --from=build /usr/app/config/nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80

CMD ["nginx", "-g", "daemon off;"]

0 comments on commit c342959

Please sign in to comment.