fix local dev worker env loading

This commit is contained in:
keyan 2024-05-08 15:15:51 -05:00
parent 7f77c59bd9
commit 32f0b1722f
1 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,8 @@ services:
worker:
container_name: worker
build:
context: ./worker
context: ./
dockerfile: ./worker/Dockerfile
args:
- UID=${CURRENT_UID}
- GID=${CURRENT_GID}