jeffaudi commited on
Commit
dba9850
1 Parent(s): f4b850c

Correcting ownership

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -43,7 +43,7 @@ RUN useradd -m -u 1000 user
43
  USER user
44
 
45
  # Specific requirements for current project
46
- COPY --chown=jovyan:jovyan requirements.txt .
47
  RUN python -m pip install --user -r requirements.txt
48
 
49
  # Set home to the user's home directory
 
43
  USER user
44
 
45
  # Specific requirements for current project
46
+ COPY requirements.txt .
47
  RUN python -m pip install --user -r requirements.txt
48
 
49
  # Set home to the user's home directory