mirror of
https://git.sr.ht/~edwardloveall/scribe
synced 2026-01-07 10:21:21 +00:00
Add Dockerfile
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user