maybe, just maybe, i need to run it on the actual port.

This commit is contained in:
Patrick 2024-11-12 22:14:16 +01:00
parent b8d87efe4f
commit 7d103b7107

View file

@ -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)