From 02e12d53cee8318d7c4f68c3c86763d87187c77e Mon Sep 17 00:00:00 2001 From: srcrs Date: Fri, 28 Jul 2023 02:03:31 +0800 Subject: [PATCH] add config.json --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2cef6fd..bc9b798 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ FROM alpine COPY --from=builder /src/bin /app COPY --from=builder /src/index.html /app/index.html COPY --from=builder /src/static /app/static +COPY --from=builder /src/config.json /app/config.json WORKDIR /app