diff --git a/deploy/prod-pod.yml b/deploy/prod-pod.yml index 5bd8956..495da29 100644 --- a/deploy/prod-pod.yml +++ b/deploy/prod-pod.yml @@ -111,6 +111,8 @@ spec: - name: frontend image: ${REGISTRY_HOST}/${APP_NAME}/sharenet-frontend:${IMAGE_TAG} + command: ["npm"] + args: ["run", "start:fast"] # next start --hostname 0.0.0.0 --port ${PORT:-3000} # Security: drop all capabilities, read-only root filesystem securityContext: runAsNonRoot: true