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