mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Added explicit build section to all compose files
This commit is contained in:
parent
ba301eeb22
commit
d754b8a83f
3 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,8 @@ name: ghost-devcontainer
|
|||
services:
|
||||
ghost:
|
||||
build:
|
||||
context: ../../
|
||||
dockerfile: .devcontainer/.docker/Dockerfile
|
||||
target: base-devcontainer
|
||||
pull_policy: never
|
||||
command: ["sleep", "infinity"]
|
||||
|
|
|
@ -5,6 +5,8 @@ name: ghost-development
|
|||
services:
|
||||
ghost:
|
||||
build:
|
||||
context: ../../
|
||||
dockerfile: .devcontainer/.docker/Dockerfile
|
||||
target: development
|
||||
pull_policy: never
|
||||
command: ["yarn", "dev"]
|
||||
|
|
|
@ -3,6 +3,8 @@ name: ghost-full-devcontainer
|
|||
services:
|
||||
ghost:
|
||||
build:
|
||||
context: ../../
|
||||
dockerfile: .devcontainer/.docker/Dockerfile
|
||||
target: full-devcontainer
|
||||
pull_policy: never
|
||||
command: ["sleep", "infinity"]
|
||||
|
|
Loading…
Add table
Reference in a new issue