commit | f21d3359a07940cf474661744e93bc814ed5df86 | [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 | 43750ef51aa0d4743cde40325e6c1482ab7babf5 [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)