v1.0.10 (#39)
Fixes: - Default Nuxt port changed to 3000 (thanks to @yurgeman). - Cleanup old images effectively. - More attempts on container startups (3->6). - Always clean up server logs on restart/redeploy.
This commit is contained in:
@@ -13,7 +13,7 @@ const templates = {
|
||||
nuxt: {
|
||||
pack: 'nodejs',
|
||||
...defaultBuildAndDeploy,
|
||||
port: 8080,
|
||||
port: 3000,
|
||||
name: 'Nuxt'
|
||||
},
|
||||
'react-scripts': {
|
||||
|
||||
Reference in New Issue
Block a user