5 lines
65 B
Text
5 lines
65 B
Text
|
FROM docker.io/library/node:latest
|
||
|
|
||
|
RUN npm i
|
||
|
|
||
|
CMD node server.js
|