Changed internal port to 80

This commit is contained in:
2026-05-22 22:10:17 -05:00
parent a19a1f9a8e
commit 2ab54b15dd
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ inputs:
description: Branch name; the repo's default branch deploys as production, everything else as a preview
internal-port:
required: false
default: "3000"
default: "80"
description: Port the app listens on inside the container
build-args:
required: false

View File

@@ -4,7 +4,7 @@ set -euo pipefail
APP_NAME=""
TAG=""
PORT=""
INTERNAL_PORT="3000"
INTERNAL_PORT="80"
ENV=""
ENV_OVERRIDE=""