supertskone commited on
Commit
389610a
1 Parent(s): 9837515

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -7,8 +7,7 @@ RUN useradd -m -u 1000 user
7
 
8
  # Set the home directory for the user
9
  ENV HOME=/home/user \
10
-
11
- PATH=/home/user/.local/bin:$PATH
12
 
13
  # Set the working directory for the new user
14
  WORKDIR $HOME/app
 
7
 
8
  # Set the home directory for the user
9
  ENV HOME=/home/user \
10
+ PATH=/home/user/.local/bin:$PATH
 
11
 
12
  # Set the working directory for the new user
13
  WORKDIR $HOME/app