Skip to content

Commit

Permalink
fix: update dind script
Browse files Browse the repository at this point in the history
  • Loading branch information
aeppling committed Oct 24, 2024
1 parent 2c733fb commit 65c3015
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cronicle/jobCronicleScriptDocker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ echo "Created temp container."
echo "Copying shared directory to temp container..."
docker cp "$SHARED_DIR" temp_container:/app/
docker cp /app/config temp_container:/app/
echo "INTERFACE_CONFIGURATION_ENABLED='true'" >> /app/.env
docker cp /app/.env temp_container:/app/.env
docker cp /tmp/$KUBERNETES_CONFIG_FOLDER/* temp_container:/app/

Expand Down

0 comments on commit 65c3015

Please sign in to comment.