From b8e1cbef5db5c17c671834b8686a6507d737ad50 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 6 Feb 2026 16:46:03 +0700 Subject: [PATCH] Bug fixes pipeline --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1af08da..63fd720 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN apk --no-cache add ca-certificates tzdata WORKDIR /app COPY --from=builder /app/nats-ui . -COPY index.html config.yaml ./ +COPY ./index.html ./config.yaml ./ EXPOSE 8080