codeamp / circuit

CodeAmp API. Built with Golang, GraphQL, GORM and Socket-IO
Apache License 2.0
21 stars 6 forks source link

Config files cant be used if you are not running as root user #444

Open iamsaso opened 5 years ago

iamsaso commented 5 years ago

When you have a Dockerfile that uses a different user than root you cant access /etc/secrets/... because only root user has access to them.