feat: update docker compose

This commit is contained in:
Henry
2025-05-08 13:13:09 +01:00
parent 7cfaee2511
commit cbb5b0e06a
3 changed files with 3 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"type": "module",
"scripts": {
"build": "pnpm with-env next build",
"build": "pnpm next build",
"clean": "git clean -xdf .cache .next .turbo node_modules",
"dev": "pnpm with-env next dev",
"format": "prettier --check . --ignore-path ../../.gitignore",