mirror of
https://github.com/pacnpal/markov-discord.git
synced 2025-12-21 11:21:06 -05:00
Update 0.6.0: Docker support
This commit is contained in:
12
ecosystem.config.js
Normal file
12
ecosystem.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
apps: [{
|
||||
name: 'markbot',
|
||||
script: './index.js',
|
||||
env: {
|
||||
NODE_ENV: 'development',
|
||||
},
|
||||
env_production: {
|
||||
NODE_ENV: 'production',
|
||||
},
|
||||
}],
|
||||
};
|
||||
Reference in New Issue
Block a user