More cleanup
This commit is contained in:
parent
143b0953be
commit
8a57d0dfda
4 changed files with 76 additions and 96 deletions
3
Makefile
3
Makefile
|
@ -18,6 +18,9 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue