Add Dockerfile
This commit is contained in:
parent
0c018a898a
commit
eaf25ef23a
4 changed files with 68 additions and 0 deletions
script
4
script/docker_entrypoint
Executable file
4
script/docker_entrypoint
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo -e "port: ${SCRIBE_PORT}\nhost: ${SCRIBE_HOST}\ndatabase: ${SCRIBE_DB}" > ./config/watch.yml
|
||||
./start_server
|
Loading…
Add table
Add a link
Reference in a new issue