Skip to content

Commit

Permalink
fix: build dir
Browse files Browse the repository at this point in the history
Signed-off-by: neil <[email protected]>
  • Loading branch information
nanzm committed Jun 16, 2023
1 parent 681dc4d commit a15e829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM nginx:1.23.2-alpine

COPY build /usr/share/nginx/html/docs
COPY build /usr/share/nginx/html/build
COPY nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 3000

Expand Down

1 comment on commit a15e829

@vercel
Copy link

@vercel vercel bot commented on a15e829 Jun 16, 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.