add dev docker

This commit is contained in:
j3d1 2024-11-01 23:40:55 +01:00
parent 98dfc33385
commit a7af4f9cdd
4 changed files with 79 additions and 0 deletions

View file

@ -0,0 +1,6 @@
FROM docker.io/node:22
RUN mkdir /web
WORKDIR /web
COPY package.json /web/
RUN npm install