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

Passed along args from yarn up to docker compose up

This commit is contained in:
Chris Raible 2024-10-10 00:56:30 +01:00
parent 99616326d6
commit 79a6e03752

View file

@ -1,3 +1,3 @@
#!/bin/bash
git submodule update --init
docker compose up --attach ghost --no-log-prefix
docker compose up --attach ghost --no-log-prefix "$@"