Skip to content

Commit 9aba408

Browse files
fix: deploy.sh 수정
1 parent bb2c0ca commit 9aba408

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ mkdir -p "$APP_DIR"
1515
cd "$APP_DIR"
1616

1717
DOCKER="/usr/bin/docker"
18-
DC="/usr/bin/docker-compose"
18+
DC="/usr/bin/docker compose"
1919

2020
APP_NAME=spring
2121
NETWORK_NAME=app-network

0 commit comments

Comments
 (0)