add docker env for integration testing
This commit is contained in:
parent
269f02c2ce
commit
0c4995db2b
6 changed files with 101 additions and 1 deletions
6
deploy/testing/Dockerfile.frontend
Normal file
6
deploy/testing/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