Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docker/app.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ RUN if [ "${ENV}" = "dev" ]; then npm run build:dev; fi
RUN if [ "${ENV}" = "prod" ]; then npm run build; fi
RUN if [ "${ENV}" = "prod" ]; then rm -rf /var/www/html/public/hot; fi

RUN npm run version

# Back to finish the app
FROM app

Expand Down
18 changes: 18 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
### Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### 1.0.1

- Develop [`#15`](https://github.com/eknowlton/simpletaskmanager/pull/15)
- Develop [`#13`](https://github.com/eknowlton/simpletaskmanager/pull/13)
- added laravel bug tracking [`#12`](https://github.com/eknowlton/simpletaskmanager/pull/12)
- Update tsconfig.json [`#11`](https://github.com/eknowlton/simpletaskmanager/pull/11)
- Adding more tests [`#8`](https://github.com/eknowlton/simpletaskmanager/pull/8)
- Create tasks from inbox #1 [`#11`](https://github.com/eknowlton/simpletaskmanager/pull/11)
- finished add and update task on inbox [`#10`](https://github.com/eknowlton/simpletaskmanager/pull/10)
- initial commit [`998c687`](https://github.com/eknowlton/simpletaskmanager/commit/998c687056248b0c7bdb5d33576f616ae6c31cda)
- closer to working product [`c75cff3`](https://github.com/eknowlton/simpletaskmanager/commit/c75cff3e629365dae394a187a0c19d78a9979283)
- lets get the deploy build working [`1ffd542`](https://github.com/eknowlton/simpletaskmanager/commit/1ffd5424601b0b4baf47f0bdff0191b752ff0674)
Loading