Skip to content

Commit

Permalink
fix: docker image generation (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 authored Apr 16, 2024
1 parent 19eea4f commit 7e64145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions earthly-dockerfile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ RUN yarn install --production

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

# Set the command to start the node server
CMD ["node", "dist/src/index.js"]

0 comments on commit 7e64145

Please sign in to comment.