summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-12-08 12:43:32 +0900
committerjoonhoekim <26rote@gmail.com>2025-12-08 12:43:32 +0900
commitee2ccea8308885ee49aa56391b8da3cb72a929e7 (patch)
treeaca8ce2936a5d77d15fa8f8d5ec3a20850e61b6f /README.md
parent198cbcf93b20d3849705dcdbba439326d82b0cae (diff)
(김준회) RSC RCE 대응 업데이트, 기타 의존성 문제 업데이트
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 060e57e1..fbf7b0e9 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,9 @@
1. 프로젝트 압축
```bash
-zip -r public/archive-$(date +%Y%m%d-%H%M%S).zip . -x "./public/*" "./.git/*" "./.next/*" "./tmp/*" "./temp/*" "./.cursor/*" "./_docker/*" "./db/migrations/*"
+zip -r public/archive-$(date +%Y%m%d-%H%M%S).zip . -x "./public/*" "./.git/*" "./.next/*" "./tmp/*" "./temp/*" "./.cursor/*" "./_docker/*" "./db/migrations/*" "./_info/*"
-zip -r public/archive-$(date +%Y%m%d-%H%M%S).zip . -x "./public/*" "./.git/*" "./.next/*" "./tmp/*" "./temp/*" "./.cursor/*" "./node_modules/*" "./_docker/*" "./db/migrations/*"
+zip -r public/archive-$(date +%Y%m%d-%H%M%S).zip . -x "./public/*" "./.git/*" "./.next/*" "./tmp/*" "./temp/*" "./.cursor/*" "./node_modules/*" "./_docker/*" "./db/migrations/*" "./_info/*"
```
2. 내부망으로 이동해서 경로 생성 후 압축 풀기