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
Move .wdl MIME fix to Dockerfiles for reliability (PHP-130724)
The startup script approach was unreliable because post-startup.sh
could fail before reaching the MIME registration block. Move the fix
to Dockerfiles so it's baked into the container image at build time,
guaranteeing the MIME type is registered before RStudio Server starts.
Changes:
- Create Dockerfile for r-analysis with .wdl MIME type registration
- Update docker-compose.yaml to use build context
- Add MIME fix to r-analysis-aou Dockerfile
- Remove runtime MIME registration from post-startup.sh
0 commit comments