mirror of
https://github.com/SrIzan10/youtubeDownloader.git
synced 2026-05-01 11:06:58 +00:00
dockerfile
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM node:latest
|
||||
|
||||
RUN cd Server/
|
||||
|
||||
RUN npm i
|
||||
|
||||
EXPOSE 4000
|
||||
|
||||
CMD ['node', 'Server/index.js']
|
||||
Reference in New Issue
Block a user