Skip to content

Commit 0e490f3

Browse files
committed
after_install.sh 스크립트 수정
인스턴스 배포시 파일 있는 곳으로 이동시킴
1 parent c2110de commit 0e490f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/editor/scripts/after_install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ NVM_BIN_PATH="/home/ubuntu/.nvm/versions/node/v22.21.0/bin"
33

44
export PATH="$NVM_BIN_PATH:$PATH"
55

6+
cd /home/ubuntu/application || exit 1
7+
68
pnpm install --production

0 commit comments

Comments
 (0)