Skip to content

Commit

Permalink
chore: tsp compile を実行してdocker composeによってswagger ui などを起動するスクリプトの追加
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Jul 6, 2024
1 parent 535293a commit 55a8274
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions compile-and-up-compose.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

npm ci
tsp compile ./src
docker compse down
docker compose up -d

0 comments on commit 55a8274

Please sign in to comment.