Skip to content

Commit

Permalink
Merge pull request #631 from jiphyeonjeon-42/develop
Browse files Browse the repository at this point in the history
hotfix: `info/:id`에서 새로고침시 화면이 깨지는 오류 수정
  • Loading branch information
YeonSeong-Lee authored Oct 20, 2024
2 parents e8b8123 + 5a4db6e commit 3ef9710
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/start.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/sh

sudo cp -r ~/frontend/build ~/backend/build
sudo docker exec -it nginx rm -rf /usr/share/nginx/html/*
sudo cp -r ~/frontend/build ~/backend

docker-compose -f ~/backend/docker-compose.yaml up -d --build

0 comments on commit 3ef9710

Please sign in to comment.