commit | 7abedf17d4419c76e4ae2bb2f853777413be13c1 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@link-me.it> | Tue Oct 20 16:28:41 2015 +0200 |
committer | Matteo Scandolo <matteo.scandolo@link-me.it> | Tue Oct 20 16:28:41 2015 +0200 |
tree | be6605943451a2ea63a36fca360e772dfa4fae16 | |
parent | e0153e83496d58bc8d82b8250f9f45b414070a7c [diff] |
Added make start command to resume container
diff --git a/xos/configurations/frontend/Makefile b/xos/configurations/frontend/Makefile index a72eb2b..ba7f909 100644 --- a/xos/configurations/frontend/Makefile +++ b/xos/configurations/frontend/Makefile
@@ -17,6 +17,9 @@ stop: sudo docker stop $(RUNNING_CONTAINER) +start: + sudo docker start $(LAST_CONTAINER) + showlogs: sudo docker logs $(LAST_CONTAINER)