Add Dockerfile

This commit is contained in:
tnp 2021-10-16 14:29:41 +09:00 committed by Edward Loveall
parent 0c018a898a
commit eaf25ef23a
No known key found for this signature in database
GPG key ID: A7606DFEC2BA731F
4 changed files with 68 additions and 0 deletions

4
script/docker_entrypoint Executable file
View file

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