add dev docker
This commit is contained in:
parent
546e49e50e
commit
1fb25c796f
5 changed files with 80 additions and 0 deletions
6
deploy/dev/Dockerfile.frontend
Normal file
6
deploy/dev/Dockerfile.frontend
Normal file
|
@ -0,0 +1,6 @@
|
|||
FROM docker.io/node:22
|
||||
|
||||
RUN mkdir /web
|
||||
WORKDIR /web
|
||||
COPY package.json /web/
|
||||
RUN npm install
|
Loading…
Add table
Add a link
Reference in a new issue