maybe, just maybe, i need to run it on the actual port.
This commit is contained in:
parent
b8d87efe4f
commit
7d103b7107
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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)
|
||||
|
|
Loading…
Reference in a new issue