Skip to content

Commit

Permalink
build: Dockerfile の修正 (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuroXina authored Feb 9, 2023
1 parent 53f4de2 commit 4cc82be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.yarn/
!.yarn/releases/
Dockerfile
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ COPY . .
RUN yarn build

WORKDIR /build
RUN cp -r /src/{build,assets,package.json,yarn.lock} .
RUN cp -r /src/{build,assets,package.json,yarn.lock,node_modules} .

FROM ubuntu:jammy-20221130
COPY --from=build /usr/local/include/ /usr/local/include/
Expand Down

0 comments on commit 4cc82be

Please sign in to comment.