Update entrypoint
This commit is contained in:
parent
ca6f2b782b
commit
c94557f2ed
|
@ -8,6 +8,11 @@ echo "Create Postgres trgm extension"
|
||||||
PGPASSWORD=$POSTGRES_PASSWORD psql -h $POSTGRES_HOST -p $POSTGRES_PORT -U $POSTGRES_USER -d $POSTGRES_DB --command 'CREATE EXTENSION pg_trgm;'
|
PGPASSWORD=$POSTGRES_PASSWORD psql -h $POSTGRES_HOST -p $POSTGRES_PORT -U $POSTGRES_USER -d $POSTGRES_DB --command 'CREATE EXTENSION pg_trgm;'
|
||||||
echo "Done"
|
echo "Done"
|
||||||
|
|
||||||
|
|
||||||
|
# if [ ! -f /home/lemur/.lemur/lemur.conf.py ]; then
|
||||||
|
# openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -subj "/C=US/ST=Oregon/L=Portland/O=Company Name/OU=Org/CN=FAKE
|
||||||
|
# fi
|
||||||
|
|
||||||
# if [ ! -f /home/lemur/.lemur/lemur.conf.py ]; then
|
# if [ ! -f /home/lemur/.lemur/lemur.conf.py ]; then
|
||||||
# echo "Creating config"
|
# echo "Creating config"
|
||||||
# https://github.com/Netflix/lemur/issues/2257
|
# https://github.com/Netflix/lemur/issues/2257
|
||||||
|
|
Loading…
Reference in New Issue