Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mncdg committed Aug 20, 2024
1 parent 78a0b4f commit cf29f3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debridge_node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN mkdir stats
RUN npm run build

FROM node:20.16.0-alpine
RUN apk update && apk add --virtual build-dependencies build-base gcc
WORKDIR /app
COPY --from=builder /build/dist /app/dist
COPY --from=builder /build/node_modules /app/node_modules
Expand Down

0 comments on commit cf29f3d

Please sign in to comment.