DocSpace-client/build/install/docker/wait-bin-share-docker-entrypoint.sh
Vyacheslav Semin 3c2cc92001
Make the necessary edits to install in k8s (#255)
* Make the necessary edits to install in k8s

* Add image build for waiting for appserver to start

* Edit the env file
2021-05-18 12:36:21 +03:00

8 lines
113 B
Bash
Executable File

#!/bin/sh
until cat /var/www/products/status.txt
do
echo "waiting for the storage to be ready"
sleep 5
done