Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit c5c569e

Browse files
matifalicode-asher
andauthored
Update jupyterlab/main.tf
Co-authored-by: Asher <ash@coder.com>
1 parent e960fdc commit c5c569e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterlab/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ resource "coder_script" "jupyterlab" {
5858
script = templatefile("${path.module}/run.sh", {
5959
LOG_PATH : var.log_path,
6060
PORT : var.port
61-
BASE_URL : var.subdomain ? "http://localhost:${var.port}/@${data.coder_workspace_owner.me.name}/${data.coder_workspace.me.name}/apps/jupyterlab" : ""
61+
BASE_URL : var.subdomain ? "" : "/@${data.coder_workspace_owner.me.name}/${data.coder_workspace.me.name}/apps/jupyterlab""
6262
})
6363
run_on_start = true
6464
}

0 commit comments

Comments
 (0)