diff --git a/Makefile b/Makefile index 4c553db..f607d55 100644 --- a/Makefile +++ b/Makefile @@ -7,4 +7,4 @@ build: install: cp nginx /etc/nginx/sites-enabled/$(APP) docker load -i $(APP) - docker run --name $(APP) --restart always -d $(APP) + docker run -p 5000:5000 --name $(APP) --restart always -d $(APP)