Revert "More cleanup"

This reverts commit 8a57d0dfda.
This commit is contained in:
Thomas Sileo
2019-04-08 20:55:03 +02:00
parent 8a57d0dfda
commit 5811583163
4 changed files with 96 additions and 76 deletions

View File

@@ -18,9 +18,6 @@ reload-dev:
# docker build . -t microblogpub:latest
docker-compose -f docker-compose-dev.yml up -d --force-recreate
update-poussetaches:
git clone https://github.com/tsileo/poussetaches.git tmp_poussetaches && cd tmp_poussetaches && docker build . -t poussetaches:latest && cd - && rm -rf tmp_poussetaches
update:
git pull
docker build . -t microblogpub:latest