Tekknoman commited on
Commit
2319275
·
1 Parent(s): c8a9da4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -4
Dockerfile CHANGED
@@ -19,13 +19,13 @@ RUN pip install notebook oauthenticator dockerspawner
19
  USER admin
20
 
21
  # Set home to the user's home directory
22
- ENV HOME=/home/admin \
23
- PATH=/home/admin/.local/bin:$PATH
24
 
25
  # Set the working directory to the user's home directory
26
- WORKDIR $HOME/app
27
 
28
- COPY --chown=admin . $HOME/app
29
 
30
 
31
  CMD ["jupyterhub", "--port", "7860"]
 
19
  USER admin
20
 
21
  # Set home to the user's home directory
22
+ #ENV HOME=/home/admin \
23
+ # PATH=/home/admin/.local/bin:$PATH
24
 
25
  # Set the working directory to the user's home directory
26
+ #WORKDIR $HOME/app
27
 
28
+ #COPY --chown=admin . $HOME/app
29
 
30
 
31
  CMD ["jupyterhub", "--port", "7860"]