0
Fork 0
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:
Chris Raible 2024-10-24 19:55:57 -07:00
parent ba301eeb22
commit d754b8a83f
3 changed files with 6 additions and 0 deletions

View file

@ -3,6 +3,8 @@ name: ghost-devcontainer
services:
ghost:
build:
context: ../../
dockerfile: .devcontainer/.docker/Dockerfile
target: base-devcontainer
pull_policy: never
command: ["sleep", "infinity"]

View file

@ -5,6 +5,8 @@ name: ghost-development
services:
ghost:
build:
context: ../../
dockerfile: .devcontainer/.docker/Dockerfile
target: development
pull_policy: never
command: ["yarn", "dev"]

View file

@ -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"]