0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/.github/scripts
Chris Raible 049dba469f
Added support for portal & other apps in containerized Ghost (#22121)
no issue

- The `yarn dev` command accepts dash-dash-args to conditionally build &
run other apps, like portal, comments, etc.
- Passing these flags to the docker compose setup directly doesn't work,
so the only way to run these apps in docker was to either change the
command in the Dockerfile or override the command in the `compose.yml`
file
- This commit extends `yarn dev` to also check for the
`GHOST_DEV_APP_FLAGS` environment variable for these flags, which can be
forwarded into the container and make it easier to run these apps using
docker compose.
2025-02-05 18:18:58 -08:00
..
bump-version.js Exported Git commit hash from update script 2024-09-24 14:08:38 +02:00
clean.js Added docker:setup yarn script (#22058) 2025-01-27 21:37:40 -08:00
dev.js Added support for portal & other apps in containerized Ghost (#22121) 2025-02-05 18:18:58 -08:00
setup-docker.js Added docker:setup yarn script (#22058) 2025-01-27 21:37:40 -08:00
setup.js Added Dev Container setup (#21279) 2024-10-24 11:15:08 -07:00