fix
This commit is contained in:
parent
7d103b7107
commit
267da21809
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -6,5 +6,5 @@ build:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
cp nginx /etc/nginx/sites-enabled/$(APP)
|
cp nginx /etc/nginx/sites-enabled/$(APP)
|
||||||
docker load -i $(APP)
|
docker load -i $(APP).tar
|
||||||
docker run -p 5000:5000 --name $(APP) --restart always -d $(APP)
|
docker run -p 5000:5000 --name $(APP) --restart always -d $(APP)
|
||||||
|
|
Loading…
Add table
Reference in a new issue