c3lf-system-3/deploy/testing/Dockerfile.frontend

7 lines
92 B
Text
Raw Permalink Normal View History

2024-11-08 20:04:43 +01:00
FROM docker.io/node:22
RUN mkdir /web
WORKDIR /web
COPY package.json /web/
RUN npm install