Skip to content

Commit

Permalink
fix ARG
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Paget committed Mar 24, 2024
1 parent 45a7094 commit 9a0e837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/jupyterlab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ FROM quay.io/jupyter/datascience-notebook:$BASE_VERSION as aaw-jupyterlab
ENV DEFAULT_JUPYTER_URL=/lab

ARG NB_USER="jovyan"
NB_UID="1000"
NB_GID="100"
ARG NB_UID="1000"
ARG NB_GID="100"

ENV NB_USER="${NB_USER}" \
NB_UID=${NB_UID} \
Expand Down

0 comments on commit 9a0e837

Please sign in to comment.