avfranco commited on
Commit
d7caffa
·
1 Parent(s): 972e168

ea4all-docker-load-private-from-public-spaces

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ RUN useradd -m -u 1000 user
7
  USER user
8
 
9
  # Set the working directory to the user's home directory
10
- WORKDIR $HOME/app
11
 
12
  # Set home to the user's home directory
13
  ENV HOME=/home/user \
 
7
  USER user
8
 
9
  # Set the working directory to the user's home directory
10
+ WORKDIR $HOME
11
 
12
  # Set home to the user's home directory
13
  ENV HOME=/home/user \