mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
6 lines
74 B
Bash
Executable File
6 lines
74 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# cat .env.docker | envsubst > .env
|
|
|
|
exec apache2-foreground
|