Skip to content

Commit

Permalink
Merge pull request #4 from ItsMurumba/TB-408
Browse files Browse the repository at this point in the history
Fix Failing Build Process for Microfrontend UI
  • Loading branch information
drizzentic authored May 8, 2024
2 parents b97012c + 913623e commit 57ea43a
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 57ea43a

Please sign in to comment.