dsmueller commited on
Commit
97a2349
1 Parent(s): 964b39a

Update Dockerfile to fix PATH issue

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=/data/.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=/home/user/.local/bin:$PATH
14
 
15
  # Change permissions for to read/write/execute
16
  # RUN mkdir $HOME/app