Skip to content

Commit

Permalink
fix: docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 committed Jun 6, 2024
1 parent 7724842 commit 1462403
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion earthly-dockerfile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ COPY package.json yarn.lock ./
# Install production dependencies only
RUN yarn workspaces focus --production

COPY node_modules .

# Copy the transpiled JavaScript from the builder stage
COPY --from=builder /app/dist ./dist
COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/rust/index.node ./dist/rust/
COPY --from=builder /app/rust/index.d.ts ./dist/rust/

Expand Down

0 comments on commit 1462403

Please sign in to comment.