add dockerfile
This commit is contained in:
parent
cd054eb618
commit
f33ac57b63
1 changed files with 6 additions and 0 deletions
6
Dockerfile
Normal file
6
Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
FROM docker.io/node:alpine
|
||||
WORKDIR /src
|
||||
COPY . ./
|
||||
RUN npm install
|
||||
|
||||
CMD [ "node", "." ]
|
Loading…
Add table
Reference in a new issue