Skip to content

Commit cf18f62

Browse files
committed
Default to 'local' for image tag but use $TAG if provided
1 parent b8e8cec commit cf18f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ services:
141141
- 3000:3000
142142

143143
techlabblog:
144-
image: codeforafrica/techlabblog:local
144+
image: codeforafrica/techlabblog:${TAG:-local}
145145
env_file:
146146
- path: ./apps/techlabblog/.env
147147
- path: ./apps/techlabblog/.env.local

0 commit comments

Comments
 (0)