pilosus / dienstplan

Slack bot app for duty rotations
https://dienstplan-slack.pilosus.org
Other
21 stars 1 forks source link

Remove ENV from Dockerfile #32

Closed pilosus closed 2 years ago

pilosus commented 2 years ago

Using ENV prevents the app from using the default config values in case an env is not provided.

An end-user always can pass the env via docker run -e ENV=VAL ... if needed.