Prefix calls to scripts with bash
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
8d3b24ba2f
commit
20b1ed593a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue