Merge remote-tracking branch 'upstream/main'

This commit is contained in:
dohyeons
2025-10-13 16:12:10 +09:00
3 changed files with 17 additions and 8 deletions

View File

@@ -24,11 +24,11 @@ git pull origin main
echo ""
echo "[2/6] 호스트 디렉토리 준비..."
mkdir -p /home/vexplor/backend_data/data/mail-sent
mkdir -p /home/vexplor/backend_data/uploads
mkdir -p /home/vexplor/backend_data/uploads/mail-attachments
mkdir -p /home/vexplor/frontend_data
chmod -R 755 /home/vexplor/backend_data
chmod -R 755 /home/vexplor/frontend_data
echo "디렉토리 생성 완료"
echo "디렉토리 생성 완료 (data, uploads, frontend)"
# 기존 컨테이너 중지 및 제거
echo ""