feat: add essential commands
All checks were successful
/ deploy_image (push) Successful in 1m7s

This commit is contained in:
Minhyeok Park 2024-11-12 10:56:24 +00:00
parent f3a3c48433
commit 36c21efb5f

View File

@ -1,6 +1,6 @@
FROM alpine
RUN apk add --no-cache nodejs npm
RUN apk add --no-cache nodejs npm git curl
RUN npm i -g pnpm