Skip to content

Commit

Permalink
fix: bad path for cbioportal.conf.pre writing
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Jan 19, 2024
1 parent 0684abe commit 56ccfe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 56ccfe2

Please sign in to comment.