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

7 lines
92 B
Text
Raw Normal View History

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