fix docker entrypoint when copying community scripts
This commit is contained in:
parent
39e31a1039
commit
72159cb94d
|
@ -25,7 +25,7 @@ FROM python:3.9.9-slim AS GET_SCRIPTS_STAGE
|
|||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends git && \
|
||||
git clone https://github.com/amidaware/community-scripts.git /
|
||||
git clone https://github.com/amidaware/community-scripts.git /community-scripts
|
||||
|
||||
# runtime image
|
||||
FROM python:3.9.9-slim
|
||||
|
|
Loading…
Reference in New Issue