dsmueller commited on
Commit
5053bdf
1 Parent(s): 97a2349

Update Dockerfile to set PATH to /data/.local/bin

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ USER user
10
 
11
  # Set home to the user's home directory
12
  ENV HOME=/data \
13
- PATH=/home/user/.local/bin:$PATH
14
 
15
  # Change permissions for to read/write/execute
16
  # RUN mkdir $HOME/app
 
10
 
11
  # Set home to the user's home directory
12
  ENV HOME=/data \
13
+ PATH=/data/.local/bin:$PATH
14
 
15
  # Change permissions for to read/write/execute
16
  # RUN mkdir $HOME/app