Skip to content

Commit

Permalink
Merge pull request #244 from openkfw/rename-env-frontend
Browse files Browse the repository at this point in the history
Remove env_example in frontend folder
  • Loading branch information
mathiashoeld authored Apr 29, 2019
2 parents d862116 + db575b6 commit b745813
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DOCKER_REGISTRY_PASSWORD
*.orig
.DS_Store
.env
/.env
*~
*-audit.json
.vscode/*
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed

- When adding subprojects, projected budgets are not mandatory anymore [#229](https://github.com/openkfw/TruBudget/issues/229)
- In the frontend directory, the `.env_example` file was removed and the `.env` file is copied into the Docker container instead [#176](https://github.com/openkfw/TruBudget/issues/176)

### Fixed

Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

# misc
.DS_Store
.env
npm-debug.log*
yarn-debug.log*
yarn-error.log*
Expand Down
1 change: 0 additions & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ COPY package*.json ./
#RUN sed -i '/"cypress"/d' package.json
RUN npm ci

COPY .env_example .env
COPY . ./
RUN npm run build

Expand Down

0 comments on commit b745813

Please sign in to comment.