Files
illegitimate-bot/Dockerfile.cache
2023-12-28 13:17:57 +01:00

6 lines
85 B
Docker

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