chore: bind frontend deployment to loopback
Deploy banu-front / deploy (push) Waiting to run

This commit is contained in:
Server Migration
2026-08-04 18:32:43 +00:00
parent 94ac69d96a
commit fb0e4aa7f4
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
docker run -d \
--name "$CONTAINER" \
--restart unless-stopped \
-p "$PORT:80" \
-p "127.0.0.1:$PORT:80" \
"$IMAGE:latest"
- name: Prune dangling images