Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove env_example in frontend folder #244

Merged
merged 2 commits into from
Apr 29, 2019
Merged

Conversation

mathiashoeld
Copy link
Contributor

Description

The .env_example is not needed and is removed. A .env file is created that contains the line needed to display the version number of the frontend. The .gitignore files have been modified, so that the .env file in the frontend directory is not ignored anymore.

Closes #176

How to test

Start a deployment via Docker-compose - the Frontend version should be displayed in the UI.

The .gitignore files in the root directory and the frontend directory
have been modified, so only the `.env` file in the root directory is
ignored, but not the one in the frontend directory.

Additionally: Remove .env_example file in frontend directory
Since the .env_example file does not exist anymore, we can just copy the
whole content of the folder into the Docker container.
Copy link
Contributor

@kevinbader kevinbader left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tested and works as advertised 👍

@mathiashoeld mathiashoeld merged commit b745813 into master Apr 29, 2019
@mathiashoeld mathiashoeld deleted the rename-env-frontend branch April 29, 2019 07:01
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.

When building the frontend docker, only the example env file is copied
2 participants