diff --git a/Makefile b/Makefile index f607d55..36ff554 100644 --- a/Makefile +++ b/Makefile @@ -6,5 +6,5 @@ build: install: 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)