Move the node Dockerfile into a sub-directory
This commit is contained in:
parent
cd01f5d8e3
commit
f8e945d8ee
2 changed files with 1 additions and 1 deletions
4
tools/docker/images/node/Dockerfile
Normal file
4
tools/docker/images/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