chore: update dockerfile
This commit is contained in:
@@ -16,7 +16,7 @@ RUN yarn && yarn build
|
|||||||
|
|
||||||
FROM public.ecr.aws/docker/library/node:20.18.1-alpine
|
FROM public.ecr.aws/docker/library/node:20.18.1-alpine
|
||||||
RUN apk add python3 make g++ --virtual .build &&\
|
RUN apk add python3 make g++ --virtual .build &&\
|
||||||
npm install -C /lib bigint-buffer @triton-one/yellowstone-grpc@1.3.0 helius-laserstream &&\
|
npm install -C /lib bigint-buffer @triton-one/yellowstone-grpc@1.3.0 helius-laserstream@0.1.8 &&\
|
||||||
apk del .build
|
apk del .build
|
||||||
|
|
||||||
COPY --from=builder /app/lib/ ./lib/
|
COPY --from=builder /app/lib/ ./lib/
|
||||||
|
|||||||
Reference in New Issue
Block a user