From c5896fbdb13eca310bc1986c3cc35c846c145b28 Mon Sep 17 00:00:00 2001 From: ttipo Date: Mon, 22 Jun 2026 12:34:10 +0900 Subject: [PATCH] =?UTF-8?q?command.md=20=EC=97=85=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- command.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/command.md b/command.md index 9bbbaf8..6df9342 100644 --- a/command.md +++ b/command.md @@ -25,11 +25,4 @@ sudo docker compose --env-file .env.production up -d --build # 로그 확인 sudo docker compose --env-file .env.production logs -f backend -``` - -## 외부 노출 (선택) - -```bash -# ngrok 으로 백엔드 포트(3000) 임시 노출 — 을 본인 도메인으로 교체 -ngrok http --domain=.ngrok.app 3000 -``` +``` \ No newline at end of file