hopes and dreams
This commit is contained in:
parent
e3b1ac8bd1
commit
8f021fabf3
9 changed files with 23 additions and 26 deletions
11
Makefile
Normal file
11
Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
APPLICATION = vm-experiments/jet-search
|
||||
APP = jet-search
|
||||
|
||||
build:
|
||||
docker build -t $(APPLICATION) .
|
||||
docker save -o $(APPLICATION).tar $(APPLICATION)
|
||||
|
||||
install:
|
||||
cp nginx /etc/nginx/sites-enabled/$(APP)
|
||||
docker load -i $(APPLICATION)
|
||||
docker run --name $(APPLICATION) --restart always -d $(APPLICATION)
|
Loading…
Add table
Add a link
Reference in a new issue