From b4ddb1114ac87b37eb3cd409e892c92cc5130839 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Wed, 17 Feb 2021 17:47:02 +0100 Subject: [PATCH] =?UTF-8?q?Finished=20Dockerfile=20=F0=9F=90=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecosystem.config.js | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 ecosystem.config.js diff --git a/ecosystem.config.js b/ecosystem.config.js deleted file mode 100644 index 32836a7..0000000 --- a/ecosystem.config.js +++ /dev/null @@ -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' - } - ] -}