From 9a6a66f5a89e2d2c85a472f0e703aea8641a4873 Mon Sep 17 00:00:00 2001 From: yusing Date: Sat, 28 Sep 2024 09:58:08 +0800 Subject: [PATCH] fixing dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a82fb68..ed566ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ LABEL maintainer="yusing@6uo.me" COPY --from=builder /usr/share/zoneinfo /usr/share/zoneinfo # copy binary -COPY --from=builder /app / +COPY --from=builder /app /app # copy schema directory COPY schema/ /app/schema/