Finished Dockerfile 🐋

This commit is contained in:
2021-02-17 17:47:02 +01:00
parent 50234e54e7
commit b4ddb1114a

View File

@@ -1,11 +0,0 @@
module.exports = {
apps: [
{
name: 'artsite',
exec_mode: 'cluster',
instances: 'max', // Or a number of instances
script: './node_modules/.bin/nuxt-ts',
args: 'start'
}
]
}