You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add --chown=app:app to COPY in Dockerfile final stage
The chiseled image's 'app' user (UID 1654) cannot write to /app/wwwroot/
for sitemap.xml generation at startup. Setting ownership on COPY resolves
the UnauthorizedAccessException without requiring chmod or extra layers.
0 commit comments