Sylvain Filoni
init
48e84aa
raw
history blame contribute delete
No virus
62 Bytes
FROM node:latest
COPY . .
RUN npm install
CMD node index.js