mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Added no_cache to devcontainer build
This commit is contained in:
parent
46e6a9135e
commit
0dd090b0ac
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ services:
|
||||||
context: ../../
|
context: ../../
|
||||||
dockerfile: .devcontainer/.docker/Dockerfile
|
dockerfile: .devcontainer/.docker/Dockerfile
|
||||||
target: base-devcontainer
|
target: base-devcontainer
|
||||||
|
no_cache: true
|
||||||
pull_policy: never
|
pull_policy: never
|
||||||
command: ["sleep", "infinity"]
|
command: ["sleep", "infinity"]
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue