From 56ccfe21ef7aca530c0f56fb4e579f68ecc81552 Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Fri, 19 Jan 2024 10:07:05 -0500 Subject: [PATCH] fix: bad path for cbioportal.conf.pre writing --- entrypoint.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.bash b/entrypoint.bash index 63dadbb..f87aca1 100644 --- a/entrypoint.bash +++ b/entrypoint.bash @@ -59,7 +59,7 @@ echo "[bento_gateway] [entrypoint] writing NGINX configuration files" echo "[bento_gateway] [entrypoint] creating cbioportal.conf.pre" envsubst "$(cat ./VARIABLES)" \ < ./conf/cbioportal.conf.tpl \ - > ./conf/cbioportal.conf.pre + > ./cbioportal.conf.pre CORS_PATH="${BENTO_GATEWAY_CONF_DIR}/cors.conf" echo "[bento_gateway] [entrypoint] creating ${CORS_PATH}"