Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release/v3.0.0' into release/v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adriendupuis committed Apr 14, 2020
2 parents 0adb5c2 + 8d3d90f commit 53fdcdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
git clean -df; # Help to switch between eZ Platform v2 and v3

# eZ Platform: Cache and Logs Removal
rm -rf var/cache/dev/ var/logs/*.log;
touch var/logs/dev.log;
rm -rf var/cache/dev/ var/log/*.log;
touch var/log/dev.log;

# Docker: Containers Cluster Build (except Solr which needs vendor/ezsystems/ezplatform-solr-search-engine/)
docker-compose up --build --detach varnish apache redis mariadb;
Expand Down

0 comments on commit 53fdcdf

Please sign in to comment.