fix-dockerfile (#10127)

This commit is contained in:
Kay Yan
2023-05-25 08:02:50 +08:00
committed by GitHub
parent 4013c48acb
commit 861d5b763d
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