source:
code/trunk/Makefile@
122
Last change on this file since 122 was 93, checked in by , 6 years ago | |
---|---|
File size: 204 bytes |
Rev | Line | |
---|---|---|
[90] | 1 | APP_NAME=morty |
2 | ||
3 | build: | |
4 | docker rmi -f $(APP_NAME):latest | |
5 | docker build -t $(APP_NAME) . | |
6 | ||
7 | run: | |
8 | @echo "\n /!\ DO NOT use in production\n" | |
9 | docker run --rm -t -i --net=host --name="$(APP_NAME)" $(APP_NAME) |
Note:
See TracBrowser
for help on using the repository browser.