Skip to content

Commit

Permalink
pass WORK_DIRECTORY in the Rstudio docker compose env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaldo committed Sep 19, 2024
1 parent 0c86b32 commit 19e0dbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions http/src/main/resources/init-resources/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ END
$GSUTIL_CMD cp gs://${INIT_BUCKET_NAME}/`basename ${RSTUDIO_DOCKER_COMPOSE}` $RSTUDIO_DOCKER_COMPOSE

tee /var/variables.env << END
WORK_DIRECTORY=${WORK_DIRECTORY}
RSTUDIO_SERVER_NAME=${RSTUDIO_SERVER_NAME}
RSTUDIO_DOCKER_IMAGE=${RSTUDIO_DOCKER_IMAGE}
RSTUDIO_USER_HOME=${RSTUDIO_USER_HOME}
Expand Down

0 comments on commit 19e0dbd

Please sign in to comment.