fix docker entrypoint when copying community scripts

This commit is contained in:
sadnub
2022-01-21 23:58:39 -05:00
parent 39e31a1039
commit 72159cb94d

View File

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