Skip to content

Commit 0e8120a

Browse files
committed
feat: add docker-compose.yml
1 parent 332052f commit 0e8120a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docker-compose.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
3+
services:
4+
wildcat-dashboard-ui:
5+
build: .
6+
ports:
7+
- "8080:80"

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"lint": "eslint .",
1111
"preview": "vite preview",
1212
"format": "prettier --write --no-error-on-unmatched-pattern 'src/**/*.{ts,tsx,json,css,md}'",
13-
"docker:build": "docker build --tag wildcat-dashboard-ui ."
13+
"docker:build": "docker build --tag wildcat-dashboard-ui .",
14+
"docker:up": "docker compose up"
1415
},
1516
"dependencies": {
1617
"@radix-ui/react-checkbox": "^1.1.4",

0 commit comments

Comments
 (0)