Files
illegitimate-bot/Dockerfile.cache
2023-11-30 19:08:14 +01:00

7 lines
86 B
Docker

FROM node:20.9.0-alpine3.18
COPY package.json ./
COPY yarn.lock ./
RUN yarn install