mirror of
https://github.com/bewcloud/bewcloud.git
synced 2026-03-11 08:54:49 +00:00
Remove lock file, it's causing trouble in docker
This commit is contained in:
parent
f49c311183
commit
2aab71f062
3 changed files with 3 additions and 1835 deletions
|
|
@ -56,5 +56,6 @@
|
|||
"vite": "npm:vite@7.1.7",
|
||||
"@preact/signals": "npm:@preact/signals@2.3.1",
|
||||
"@tailwindcss/vite": "npm:@tailwindcss/vite@4.1.13"
|
||||
}
|
||||
},
|
||||
"lock": false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
website:
|
||||
image: ghcr.io/bewcloud/bewcloud:v3.0.0
|
||||
image: ghcr.io/bewcloud/bewcloud:v3.0.1
|
||||
restart: always
|
||||
ports:
|
||||
- 127.0.0.1:8000:8000
|
||||
|
|
|
|||
Loading…
Reference in a new issue