Prefix calls to scripts with bash

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-05-11 00:45:32 +02:00
parent 8d3b24ba2f
commit 20b1ed593a

View file

@ -32,6 +32,7 @@ spec:
- name: fas
image: fas:latest
command:
- bash
- /etc/fas/app_start.sh
ports:
- containerPort: 8000
@ -60,6 +61,7 @@ spec:
- name: static
image: fas:latest
command:
- bash
- /etc/fas/static_start.sh
ports:
- containerPort: 8080