This website requires JavaScript.
Explore
Help
Sign In
kenmirrors
/
firefly-iii
Watch
1
Star
0
Fork
0
You've already forked firefly-iii
mirror of
https://github.com/firefly-iii/firefly-iii.git
synced
2025-09-19 10:53:37 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
1bfa8f0139e92f6a95ee325a43ff9aa0ee6acbc2
firefly-iii
/
docker
/
entrypoint.sh
6 lines
72 B
Bash
Raw
Normal View
History
Unescape
Escape
Improve docker support - Add docker-compose file - Add environment variable to initialize the database - Add custom entrypoint that generates the .env file based on the environment variables - Update Dockerfile (gettext-base package)
2017-02-11 00:33:20 -03:00
#!/bin/bash
cat .env.docker
|
envsubst > .env
Add EOF
2017-02-11 10:12:11 +01:00
exec
apache2-foreground
Reference in New Issue
Copy Permalink