add config.json

This commit is contained in:
srcrs 2023-07-28 02:03:31 +08:00
parent 64c66f5d98
commit 02e12d53ce

View File

@ -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