Skip to content

Commit

Permalink
Update jupyterlab/main.tf
Browse files Browse the repository at this point in the history
Co-authored-by: Asher <[email protected]>
  • Loading branch information
matifali and code-asher authored Oct 21, 2024
1 parent e960fdc commit c5c569e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterlab/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ resource "coder_script" "jupyterlab" {
script = templatefile("${path.module}/run.sh", {
LOG_PATH : var.log_path,
PORT : var.port
BASE_URL : var.subdomain ? "http://localhost:${var.port}/@${data.coder_workspace_owner.me.name}/${data.coder_workspace.me.name}/apps/jupyterlab" : ""
BASE_URL : var.subdomain ? "" : "/@${data.coder_workspace_owner.me.name}/${data.coder_workspace.me.name}/apps/jupyterlab""
})
run_on_start = true
}
Expand Down

0 comments on commit c5c569e

Please sign in to comment.