This commit is contained in:
nsxshota 2023-11-20 19:18:34 +09:00
commit 22b7032355
2 changed files with 11 additions and 4 deletions

View file

@ -2,7 +2,7 @@
FROM --platform=linux/amd64 node:19-bullseye-slim AS base
RUN mkdir -p /home/node/app
RUN chown -R node:node /home/node && chmod -R 770 /home/node
RUN apt-get update && apt-get install -y jq
RUN apt-get update && apt-get install -y jq curl
WORKDIR /home/node/app
# client build