Removed pm2 global install in favor of local node_modules (#662)
parent
d300a8a3c6
commit
fecefde3ad
@ -1,2 +1,2 @@
|
|||||||
FROM tzahi12345/youtubedl-material:latest
|
FROM tzahi12345/youtubedl-material:latest
|
||||||
CMD [ "pm2-runtime", "pm2.config.js" ]
|
CMD [ "npm", "start" ]
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue