This website requires JavaScript.
Explore
Help
Sign in
blacklight
/
scribe
Watch
1
Star
0
Fork
You've already forked scribe
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
4491c6dba1
scribe
/
script
/
docker_entrypoint
5 lines
100 B
Text
Raw
Normal View
History
Unescape
Escape
Add Dockerfile
2021-10-16 07:29:41 +02:00
#!/bin/sh
Remove the need for a DATABASE_URL Since the application does not use a database, it's confusing to have to set a bogus database URL environment variable. This change follows [the Lucky guide][1] suggestion for disabling the need for database configuration. That makes the setup a little easier. [1]: https://www.luckyframework.org/guides/database/intro-to-avram-and-orms
2022-05-20 17:08:44 +02:00
echo -e "port: ${SCRIBE_PORT}\nhost: ${SCRIBE_HOST}" > ./config/watch.yml
Add Dockerfile
2021-10-16 07:29:41 +02:00
./start_server
Reference in a new issue
Copy permalink