update .gitignore

This commit is contained in:
2025-07-21 18:26:55 -05:00
parent 1bb18030df
commit 09f53907cf
2 changed files with 194 additions and 0 deletions

View File

@@ -86,6 +86,9 @@ $YAML_AUTH_LINE
cert: false
EOF
# === Ensure directory exists and is owned ===
mkdir -p "$HOME_DIR/.local/pipx/logs"
chown -R "$DOCKER_USER:$DOCKER_USER" "$HOME_DIR/.local"
chown -R "$DOCKER_USER:$DOCKER_USER" "$CONFIG_DIR"
echo "[entrypoint] Starting Docker daemon..."