diff --git a/Dockerfile b/Dockerfile index ba8b7e6..5da3065 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/favicon.png b/favicon.png new file mode 100644 index 0000000..fa74cf9 Binary files /dev/null and b/favicon.png differ diff --git a/index.html b/index.html index f53d05b..065d6e0 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@