Skip to content

fix: remove .env from docker image due to security concerns#1

Open
JannikStreek wants to merge 1 commit intoedufeed-org:mainfrom
JannikStreek:fix-docker-setup
Open

fix: remove .env from docker image due to security concerns#1
JannikStreek wants to merge 1 commit intoedufeed-org:mainfrom
JannikStreek:fix-docker-setup

Conversation

@JannikStreek
Copy link

This removes the .env file from the docker build. Environment variables can be used instead and are more secure then including potential sensitive information in a docker file that might get accidentally published later on. The docker compose file already sets the variables and reads it from the .env file as environment variables.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant