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