0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Fixed ghost start inside of docker-compose

This commit is contained in:
Joe Grigg 2024-10-09 15:48:59 +01:00
parent 8dc3730b4c
commit 31b4e37adc

View file

@ -5,4 +5,6 @@ rimraf -g '**/node_modules'
yarn install
yarn nx reset
exec "$@"