Skip to content

Commit

Permalink
Merge pull request #393 from longxiaofei/master
Browse files Browse the repository at this point in the history
fix: client.dockerfile config
  • Loading branch information
longxiaofei committed Aug 31, 2023
2 parents 9782aa0 + 78271ee commit 3ff02f4
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;"]

1 comment on commit 3ff02f4

@vercel
Copy link

@vercel vercel bot commented on 3ff02f4 Aug 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.