Skip to content

Commit

Permalink
env
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyek committed Mar 19, 2024
1 parent 3d5ff67 commit 45fa17a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/scrape-txs/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ RUN apt-get update && \
RUN curl -fsSL https://bun.sh/install | bash
ENV PATH=$PATH:/root/.bun/bin

ENV NPM_CONFIG_CACHE=/tmp/.npm

ARG FUNCTION_DIR="/function"
RUN mkdir -p ${FUNCTION_DIR}
WORKDIR ${FUNCTION_DIR}

COPY ./package.json ./bun.lockb ./
RUN bun install
RUN npm install aws-lambda-ric

COPY lambda.js ./
COPY ./src ./src
Expand Down
Binary file modified projects/scrape-txs/bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions projects/scrape-txs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"typescript": "^5.4.2"
},
"dependencies": {
"aws-lambda-ric": "^3.1.0",
"commander": "^12.0.0",
"dayjs": "~1.11.10",
"decimal.js": "^10.4.3",
Expand Down

0 comments on commit 45fa17a

Please sign in to comment.