mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-06 08:01:26 +03:00
Updated Dockerfile and entrypoint to use pm2 instead of forever
This commit is contained in:
7
backend/pm2.config.js
Normal file
7
backend/pm2.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
apps : [{
|
||||
name : "YoutubeDL-Material",
|
||||
script : "./app.js",
|
||||
watch : "placeholder"
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user