Skip to content

Commit b0efad8

Browse files
committed
Add CI for docker
1 parent e803dd3 commit b0efad8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,7 @@ jobs:
3131

3232
- run: npm ci
3333
- run: npm run build --if-present
34+
35+
- run: ./docker.sh build
36+
- run: ./docker.sh install
37+
- run: ./docker.sh dist

0 commit comments

Comments
 (0)