Add Dockerfile
This commit is contained in:
parent
87bf90ebf2
commit
b1ee56c127
1 changed files with 5 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
FROM docker.io/library/node:latest
|
||||||
|
|
||||||
|
RUN npm i
|
||||||
|
|
||||||
|
CMD node server.js
|
Loading…
Add table
Add a link
Reference in a new issue