Skip to content

Commit e1c65e0

Browse files
committed
Add no_cache to docker-compose.yml
1 parent 56af44c commit e1c65e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ services:
2121
hostname: dev
2222
build:
2323
context: .
24+
no_cache: true
2425
privileged: true
2526
environment:
2627
HOST_UID: ${UID:?}

0 commit comments

Comments
 (0)