fix: changed port to 8445
Deploy Next.js via Docker / deploy (push) Failing after 50s

This commit is contained in:
2026-08-03 11:58:19 +02:00
parent d429052633
commit 98f89be79c
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
echo "Starting new container..."
docker run -d \
--name timeinpie-container \
-p 8443:3000 \
-p 8445:3000 \
--restart always \
timeinpie-app