Bug fixes pipeline

This commit is contained in:
admin 2026-02-06 16:46:03 +07:00
parent 9cafd66b61
commit b8e1cbef5d

View File

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