force hostname as ipv4 on frontend
Some checks failed
Podman Rootless Demo / test-backend (push) Has been skipped
Podman Rootless Demo / test-frontend (push) Has been skipped
Podman Rootless Demo / build-backend (push) Has been skipped
Podman Rootless Demo / build-frontend (push) Has been skipped
Podman Rootless Demo / deploy-prod (push) Failing after 34s
Some checks failed
Podman Rootless Demo / test-backend (push) Has been skipped
Podman Rootless Demo / test-frontend (push) Has been skipped
Podman Rootless Demo / build-backend (push) Has been skipped
Podman Rootless Demo / build-frontend (push) Has been skipped
Podman Rootless Demo / deploy-prod (push) Failing after 34s
This commit is contained in:
parent
719d745bcb
commit
e7386cfffd
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue