relnet/Dockerfile
2025-04-15 13:53:32 +02:00

9 lines
81 B
Docker

FROM node:18 as builder
WORKDIR /app
COPY package.json /app
RUN yarn