diff options
| author | joonhoekim <26rote@gmail.com> | 2025-12-08 12:43:32 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-12-08 12:43:32 +0900 |
| commit | ee2ccea8308885ee49aa56391b8da3cb72a929e7 (patch) | |
| tree | aca8ce2936a5d77d15fa8f8d5ec3a20850e61b6f /README.md | |
| parent | 198cbcf93b20d3849705dcdbba439326d82b0cae (diff) | |
(김준회) RSC RCE 대응 업데이트, 기타 의존성 문제 업데이트
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. 내부망으로 이동해서 경로 생성 후 압축 풀기 |
