mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 21:27:26 +08:00
11 lines
244 B
YAML
11 lines
244 B
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
command:
|
|
# The spark serve command is working
|
|
check-server:
|
|
exec: timeout 2s /opt/bitnami/codeigniter/spark serve | tail -n2
|
|
exit-status: 0
|
|
stdout:
|
|
- started
|