Files
archived-youtubeDownloader/Dockerfile
2022-05-29 14:53:26 +02:00

7 lines
79 B
Docker

FROM node:latest
RUN npm i
EXPOSE 4000
CMD ['node', 'Server/index.js']