Skip to content

Commit

Permalink
Add no_cache to docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosabalde committed Mar 15, 2024
1 parent 56af44c commit e1c65e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ services:
hostname: dev
build:
context: .
no_cache: true
privileged: true
environment:
HOST_UID: ${UID:?}
Expand Down

0 comments on commit e1c65e0

Please sign in to comment.