Skip to content

Commit

Permalink
fix: client.dockerfile config
Browse files Browse the repository at this point in the history
  • Loading branch information
longxiaofei committed Aug 31, 2023
1 parent 9782aa0 commit 78271ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN yarn workspace rath-client buildOnDocker

FROM nginx:1.24

COPY --from=node-builder /app/packages/rath-client/build /usr/share/nginx/html
COPY --from=build-stage /app/packages/rath-client/build /usr/share/nginx/html
COPY ./docker/nginx.conf /etc/nginx/conf.d/default.conf

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

0 comments on commit 78271ee

Please sign in to comment.