Skip to content

Commit 7f03a5f

Browse files
committed
Fix deployment -- default url
1 parent 9d2a0b1 commit 7f03a5f

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
FROM node:14 as jsbuild
22

33
ENV FOLDER=netpyne
4-
RUN echo "no-cache 2023-7-14"
54

65
WORKDIR $FOLDER/webapp
76
COPY webapp/package.json .
@@ -12,10 +11,6 @@ RUN yarn install --network-timeout 1000000000
1211
COPY webapp .
1312
RUN yarn build-dev
1413

15-
RUN rm -Rf node_modules/*
16-
17-
18-
1914
###
2015
FROM jupyter/base-notebook:hub-1.5.0
2116
ENV NB_UID=jovyan

k8s/cf_values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ hub:
1414
c.Spawner.notebook_dir = '/opt/workspace'
1515
c.Spawner.default_url = '/geppetto'
1616
spawner: >-
17-
c.Spawner.args = ["--library=netpyne_ui"]
17+
c.Spawner.args = ["--library=netpyne_ui", "--NotebookApp.default_url=/geppetto"]
1818
singleuser:
1919
storage:
2020
type: none

0 commit comments

Comments
 (0)