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: worker:
container_name: worker container_name: worker
build: build:
context: ./worker context: ./
dockerfile: ./worker/Dockerfile
args: args:
- UID=${CURRENT_UID} - UID=${CURRENT_UID}
- GID=${CURRENT_GID} - GID=${CURRENT_GID}