scribe/script/docker_entrypoint
2021-10-16 10:56:15 -04:00

5 lines
124 B
Bash
Executable file

#!/bin/sh
echo -e "port: ${SCRIBE_PORT}\nhost: ${SCRIBE_HOST}\ndatabase: ${SCRIBE_DB}" > ./config/watch.yml
./start_server