Add Docker Compose
This commit is contained in:
parent
9d9df2a694
commit
0d026da92c
3 changed files with 44 additions and 1 deletions
4
tools/docker/node/Dockerfile
Normal file
4
tools/docker/node/Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM node:14 AS base
|
||||
WORKDIR /node
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
Loading…
Add table
Add a link
Reference in a new issue