fix docker scripts

This commit is contained in:
Joey Eamigh 2026-03-29 01:17:00 -04:00
parent 8e773d5335
commit 11cb91564b
No known key found for this signature in database
GPG Key ID: CE8C05DFFC53C9CB
2 changed files with 10 additions and 4 deletions

View File

@ -16,8 +16,7 @@
"test": "bun test app/ lib/ && playwright test",
"test:api": "bun test app/ lib/",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"deploy": "docker build -f labelapp/Dockerfile -t registry.claiborne.soy/labelapp:latest .. --push"
"test:e2e:ui": "playwright test --ui"
},
"dependencies": {
"@base-ui/react": "^1.3.0",

View File

@ -1,5 +1,12 @@
{
"name": "sec-cybert-monorepo",
"private": true,
"workspaces": ["packages/*", "ts", "labelapp"]
"scripts": {
"labelapp:docker": "docker build -f labelapp/Dockerfile -t registry.claiborne.soy/labelapp:latest . --push"
},
"workspaces": [
"packages/*",
"ts",
"labelapp"
]
}