From 8e98cce2da6d4a1818421a5105cbefd359b697dc Mon Sep 17 00:00:00 2001 From: zong Date: Thu, 2 Oct 2025 13:32:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AA=BF=E6=95=B4=20docker=E9=83=A8=E7=89=88?= =?UTF-8?q?=E8=AA=AA=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 189638b..451b0e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,8 +33,8 @@ COPY --from=builder /app/dist /usr/share/nginx/html # 暴露 Nginx 預設的 80 端口 EXPOSE 80 -# 2025-08-29 說明 -LABEL changelog="2025-09-24: 1.修正導覽廠區選單 2.user 登出下拉選單 3.modal input問題 4.維運異常" +# 2025-10-01 說明 +LABEL changelog="2025-10-01: 1.fix 修正 draggable 元素的 mousedown 事件綁定 2.修正 nav 使用者無法按出drop down" # Nginx 已經預設啟動,所以不需要 CMD 指令 COPY docker-entrypoint.sh /docker-entrypoint.sh