Changed internal port to 80
This commit is contained in:
@@ -10,7 +10,7 @@ inputs:
|
|||||||
description: Branch name; the repo's default branch deploys as production, everything else as a preview
|
description: Branch name; the repo's default branch deploys as production, everything else as a preview
|
||||||
internal-port:
|
internal-port:
|
||||||
required: false
|
required: false
|
||||||
default: "3000"
|
default: "80"
|
||||||
description: Port the app listens on inside the container
|
description: Port the app listens on inside the container
|
||||||
build-args:
|
build-args:
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ set -euo pipefail
|
|||||||
APP_NAME=""
|
APP_NAME=""
|
||||||
TAG=""
|
TAG=""
|
||||||
PORT=""
|
PORT=""
|
||||||
INTERNAL_PORT="3000"
|
INTERNAL_PORT="80"
|
||||||
ENV=""
|
ENV=""
|
||||||
ENV_OVERRIDE=""
|
ENV_OVERRIDE=""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user