mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-28 19:00:34 +01:00
Finished Dockerfile 🐋
This commit is contained in:
@@ -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'
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user