0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2024-12-30 22:34:01 -05:00

Added pull_policy:build

This commit is contained in:
Chris Raible 2024-10-26 01:29:54 +00:00
parent 0dd090b0ac
commit dfe0d2cbf8
4 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ services:
dockerfile: .devcontainer/.docker/Dockerfile
target: base-devcontainer
no_cache: true
pull_policy: never
pull_policy: build
command: ["sleep", "infinity"]
environment:
- DEVCONTAINER=true

View file

@ -9,7 +9,7 @@ services:
context: ../../
dockerfile: .devcontainer/.docker/Dockerfile
target: base
pull_policy: never
pull_policy: build
tty: true
depends_on:
mysql:

View file

@ -8,7 +8,7 @@ services:
context: ../../
dockerfile: .devcontainer/.docker/Dockerfile
target: development
pull_policy: never
pull_policy: build
command: ["yarn", "dev"]
volumes:
- ../../.yarncache:/workspaces/ghost/.yarncache

View file

@ -6,7 +6,7 @@ services:
context: ../../
dockerfile: .devcontainer/.docker/Dockerfile
target: full-devcontainer
pull_policy: never
pull_policy: build
command: ["sleep", "infinity"]
environment:
- DEVCONTAINER=true