Skip to content

Commit

Permalink
build: fix Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Dec 16, 2024
1 parent c22324e commit 91fbadd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ COPY --from=wasm-build /usr/build/harper-wasm/pkg /usr/build/harper-wasm/pkg
COPY packages packages
COPY demo.md .

WORKDIR /usr/build/packages/harper.js

RUN yarn install && yarn build

WORKDIR /usr/build/packages/web

RUN yarn install && yarn build
Expand Down

0 comments on commit 91fbadd

Please sign in to comment.