mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -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
|
#!/bin/bash
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
docker compose up --attach ghost --no-log-prefix
|
docker compose up --attach ghost --no-log-prefix "$@"
|
Loading…
Add table
Reference in a new issue