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