scribe/script/docker_entrypoint

5 lines
124 B
Plaintext
Raw Normal View History

2021-10-16 07:29:41 +02:00
#!/bin/sh
echo -e "port: ${SCRIBE_PORT}\nhost: ${SCRIBE_HOST}\ndatabase: ${SCRIBE_DB}" > ./config/watch.yml
./start_server