add cors + adjusting dockerfile

This commit is contained in:
Emily
2024-09-28 13:37:10 +02:00
parent 0ba44a406d
commit 33b730e66b
10 changed files with 135 additions and 50 deletions

View File

@@ -10,7 +10,8 @@
"postinstall": "nuxt prepare",
"test": "vitest",
"docker-build": "docker build -t litlyx-dashboard -f Dockerfile ../",
"docker-inspect": "docker run -it litlyx-dashboard sh"
"docker-inspect": "docker run -it litlyx-dashboard sh",
"docker-run": "docker run -p 3000:3000 --name litlyx-dashboard litlyx-dashboard"
},
"dependencies": {
"@getbrevo/brevo": "^2.2.0",