From fa1f7226685e6b522c6df293918fd816753cc9ae Mon Sep 17 00:00:00 2001 From: Rick <1450685+LinuxSuRen@users.noreply.github.com> Date: Sun, 26 Nov 2023 13:44:17 +0800 Subject: [PATCH] fix missing files (#289) Co-authored-by: rick --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4ae77c6..264f253 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,7 @@ COPY pkg/ pkg/ COPY extensions/ extensions/ COPY operator/ operator/ COPY .github/ .github/ +COPY sample/ sample/ COPY docs/ docs/ COPY go.mod go.mod COPY go.sum go.sum @@ -72,4 +73,4 @@ RUN apt update -y && \ apt install -y --no-install-recommends ssh-client ca-certificates && \ apt install -y curl -CMD ["atest", "server", "--local-storage=/var/data/atest/*.yaml"] +CMD ["atest", "server", "--local-storage=/var/data/api-testing/*.yaml"]