Skip to content

Commit

Permalink
feat: 도커 컴포즈를 실행 스크립트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed Jun 7, 2024
1 parent b42dd17 commit b93454e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/local-develop-env-reset
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh

cd ../resources/local-develop-environment
docker-compose down
docker-compose up -d
sleep 10

0 comments on commit b93454e

Please sign in to comment.