Jon Taylor commited on
Commit
fddf13d
1 Parent(s): 2f845aa

added user 1000

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -43,7 +43,7 @@ COPY ./requirements.txt /code/requirements.txt
43
  RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
44
 
45
  # Copy package.json and package-lock.json
46
- COPY frontend/package*.json frontend/
47
  RUN cd frontend && npm install
48
 
49
  # Copy frontend app and build
 
43
  RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
44
 
45
  # Copy package.json and package-lock.json
46
+ COPY --chown=user frontend/package*.json frontend/
47
  RUN cd frontend && npm install
48
 
49
  # Copy frontend app and build