mirror of
https://github.com/SrIzan10/youtubeDownloader.git
synced 2026-05-01 11:06:58 +00:00
7 lines
79 B
Docker
7 lines
79 B
Docker
FROM node:latest
|
|
|
|
RUN npm i
|
|
|
|
EXPOSE 4000
|
|
|
|
CMD ['node', 'Server/index.js'] |