Skip to content

Commit

Permalink
Solved a bug with deploy with old cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Fiser12 committed Jan 26, 2018
1 parent bc2918f commit 5326e03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ vendor-clear:

clear-all:
rm -rf App/vendor
rm -rf App/var/cache
rm -rf CompositeUi/vendor
rm -rf CompositeUi/var/cache
rm -rf CompositeUi/src/Infrastructure/Ui/Assets/node_modules
rm -rf CompositeUi/src/Infrastructure/Ui/Assets/build
rm -f App/.lin3s_cs.yml
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ These instructions will get you a copy of the project up and running on your loc

This project is fully Dockerized and orchestrated with Docker Compose.

##How to install
## How to install

#### Mac OS

Expand All @@ -41,7 +41,8 @@ Install Docker Compose

For deploy in dev or prod mode the project have a makefile with the needed commands.

> make deploy
> make deploy ENV=dev
> make deploy ENV=prod
## The objetives of this base project are this:
Expand Down

0 comments on commit 5326e03

Please sign in to comment.