mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-07 21:22:37 +01:00
Handle empty database password properly, don't try to run docker-compose inside the container
This commit is contained in:
parent
53c7c94306
commit
85e104006c
7 changed files with 15 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env ruby
|
||||
if File.exist?("#{__dir__}/../.use-docker")
|
||||
exec("#{__dir__}/../script/docker-environment", $PROGRAM_NAME, *ARGV)
|
||||
exec("#{__dir__}/../script/docker-environment", $PROGRAM_NAME, *ARGV) unless File.exist?("/etc/app-env")
|
||||
end
|
||||
|
||||
# This file loads spring without using Bundler, in order to be fast
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue