Is there a way to have Prefect flows run as a user...
# ask-community
m
Is there a way to have Prefect flows run as a user other than
root
?
c
Where are you trying to run it
Docker? Kubernetes? VM?
m
@Christopher Boyd on ECS. I thought I specified a different user in the Dockerfile, but it seems to still run as
root
?
You’d need to do it both in the dockerfile with a useradd, and in the ECS task definition
m
Oooh, awesome, thanks!
🙌 1
1