fix missing files (#289)

Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
This commit is contained in:
Rick 2023-11-26 13:44:17 +08:00 committed by GitHub
parent 3520379db3
commit fa1f722668
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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