fix-dockerfile (#10181)

This commit is contained in:
Kay Yan
2023-06-02 17:34:53 +08:00
committed by GitHub
parent 70450a4882
commit 733ac8ffa9
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ ENV LANG=C.UTF-8 \
DEBIAN_FRONTEND=noninteractive \
PYTHONDONTWRITEBYTECODE=1
WORKDIR /kubespray
COPY *yml .
COPY *.yml ./
COPY roles ./roles
COPY contrib ./contrib
COPY inventory ./inventory