fix docker scripts
This commit is contained in:
parent
8e773d5335
commit
11cb91564b
@ -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",
|
||||
|
||||
11
package.json
11
package.json
@ -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"
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user