commit 1d9407331a1f8e33be472b4c926f4016763108ac
| author | 斟酌 鵬兄 <tgckpg@gmail.com> |
| date | 2026-02-20T05:00:56Z |
| subject | Fixed copy issue |
commit 1d9407331a1f8e33be472b4c926f4016763108ac
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date: 2026-02-20T05:00:56Z
Fixed copy issue
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index a5fed67..13b0e9d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -18,7 +18,7 @@ FROM scratch
COPY --from=alpine:latest /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=build /golifehkbot /
-COPY "datasources/cjlookup/maps/*" /static
+COPY "datasources/cjlookup/maps/*" /static/
WORKDIR /
CMD [ "/golifehkbot" ]