3 lines
46 B
Plaintext
3 lines
46 B
Plaintext
|
FROM node
|
||
|
RUN npm install
|
||
|
CMD "node server.js"
|