Files changed for docker cleanup

Need to optimise docker builds but that can wait
This commit is contained in:
Louis Hollingworth 2022-05-22 17:51:25 +01:00
parent a8d464a63c
commit 0010bc5d42
No known key found for this signature in database
GPG key ID: 1E66DEA3F5D623D1
4 changed files with 28 additions and 50 deletions

View file

@ -3,6 +3,7 @@
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"start": "nuxt start",
"generate": "nuxt generate",
"preview": "nuxt preview"
},