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:
parent
99616326d6
commit
79a6e03752
1 changed files with 1 additions and 1 deletions
2
.github/scripts/docker:up.sh
vendored
2
.github/scripts/docker:up.sh
vendored
|
@ -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 "$@"
|
Loading…
Reference in a new issue