Skip to content

Commit

Permalink
fix(scripts): 복사하는 위치 경로 수정
Browse files Browse the repository at this point in the history
변경 후
- 해당 사항 반영
  • Loading branch information
kaswhy committed Nov 13, 2024
1 parent be315d8 commit 18d950b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion scripts/initialize.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# 이동할 디렉토리로 변경
cd /home/ubuntu

# GitHub에서 Server 리포지토리 클론
git clone https://github.com/PetToothFairy/Server.git
cp docker-compose.yml ./Server

# docker-compose.yml 파일을 Server 디렉토리로 복사
cp /home/ubuntu/docker-compose.yml /home/ubuntu/Server/
2 changes: 1 addition & 1 deletion scripts/stop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cd /home/ubuntu/Server
docker-compose down
docker image prune -a

cp docker-compose.yml ../
cp docker-compose.yml /home/ubuntu

cd ../

Expand Down

0 comments on commit 18d950b

Please sign in to comment.