Skip to content

Commit

Permalink
fix ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Paget committed Mar 24, 2024
1 parent 9a0e837 commit aa61c5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dockerfiles/jupyterlab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ ENV NB_USER="${NB_USER}" \
NB_USER="jovyan" \
HOME="/home/${NB_USER}"

ENV CS_DISABLE_FILE_DOWNLOADS=1
CS_TEMP_HOME=/etc/share/code-server
CS_DEFAULT_HOME=$HOME/.local/share/code-server
ENV CS_DISABLE_FILE_DOWNLOADS=1 \
CS_TEMP_HOME=/etc/share/code-server \
CS_DEFAULT_HOME=$HOME/.local/share/code-server \
SERVICE_URL=https://extensions.coder.com/api

ENV PATH="/home/jovyan/.local/bin/:${PATH}"
Expand Down

0 comments on commit aa61c5b

Please sign in to comment.