파비콘추가

This commit is contained in:
2026-02-06 15:57:18 +09:00
parent f74fbb519e
commit 5cc25e60f9
3 changed files with 2 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ RUN npm install --omit=dev
# 빌드 결과물 복사
COPY --from=build /app/dist ./dist
COPY server.js .
COPY favicon.png .
# 환경변수 포트 노출 (Dokploy 등에서 PORT 주입 시 사용됨)
ENV PORT=80