dashboard docker

This commit is contained in:
Emily
2024-06-26 15:29:04 +02:00
parent 9a2cde0954
commit c2eb68ee44
4 changed files with 83 additions and 16 deletions

View File

@@ -9,7 +9,8 @@
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"test": "vitest",
"docker-build": "pnpm run build && docker build -t litlyx-dashboard ."
"docker-build": "docker build -t litlyx-dashboard -f Dockerfile ../",
"docker-inspect": "docker run -it litlyx-dashboard sh"
},
"dependencies": {
"@nuxtjs/tailwindcss": "^6.12.0",