Updated Dockerfile and entrypoint to use pm2 instead of forever
parent
46087f622e
commit
dbeeb32d48
@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
apps : [{
|
||||
name : "YoutubeDL-Material",
|
||||
script : "./app.js",
|
||||
watch : "placeholder"
|
||||
}]
|
||||
}
|
Loading…
Reference in New Issue