File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ TMP_VOLUME_NAME=lgsm-prebuild-$(date +%s)
1010
1111docker volume rm $TMP_VOLUME_NAME || true
1212
13- docker run --rm -v $TMP_VOLUME_NAME :/app/resources bash sh -c ' wget -O /app/resources/druid-install-command.sh https://github.com/highcard-dev/druid-cli/releases/latest/download/druid-install-command.sh && mkdir /app/resources/deployment && chmod +x /app/resources/druid-install-command.sh && chown 1000:1000 -R /app/resources/'
13+ docker run --rm -v $TMP_VOLUME_NAME :/app/resources bash sh -c ' wget -O /app/resources/druid-install-command.sh https://github.com/highcard-dev/druid-cli/releases/latest/download/druid-install-command.sh && mkdir -p /app/resources/deployment && chmod +x /app/resources/druid-install-command.sh && chown 1000:1000 -R /app/resources/'
1414
1515DOCKER_ENTRYPOINT=/app/resources/druid-install-command.sh
1616
You can’t perform that action at this time.
0 commit comments