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

Commits on Apr 26, 2019

  1. ui: Remove .env from .gitignore

    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
    mathiashoeld committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    bb32601 View commit details
    Browse the repository at this point in the history
  2. ui: Modify Dockerfile

    Since the .env_example file does not exist anymore, we can just copy the
    whole content of the folder into the Docker container.
    mathiashoeld committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    db575b6 View commit details
    Browse the repository at this point in the history