Files
illegitimate-bot/Dockerfile.cache
2023-12-31 11:42:53 +01:00

6 lines
85 B
Docker

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