0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -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 dockerfile: .devcontainer/.docker/Dockerfile
target: base-devcontainer target: base-devcontainer
no_cache: true no_cache: true
pull_policy: never pull_policy: build
command: ["sleep", "infinity"] command: ["sleep", "infinity"]
environment: environment:
- DEVCONTAINER=true - DEVCONTAINER=true

View file

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

View file

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

View file

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