Skip to content

Commit

Permalink
fix misconfigured config directory
Browse files Browse the repository at this point in the history
  • Loading branch information
drizzentic authored May 8, 2024
1 parent 310ef68 commit 9fac388
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 9fac388

Please sign in to comment.