datacipen commited on
Commit
bf46029
·
verified ·
1 Parent(s): af4ba97

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -8,6 +8,7 @@ ENV HOME=/home/user \
8
  PATH=/home/user/.local/bin:$PATH
9
  WORKDIR $HOME/app
10
  COPY --chown=user . $HOME/app
 
11
  COPY ./requirements.txt ~/app/requirements.txt
12
 
13
  #RUN pip install --no-cache-dir -r requirements.txt
 
8
  PATH=/home/user/.local/bin:$PATH
9
  WORKDIR $HOME/app
10
  COPY --chown=user . $HOME/app
11
+ COPY --chown=user . $HOME/app/.files
12
  COPY ./requirements.txt ~/app/requirements.txt
13
 
14
  #RUN pip install --no-cache-dir -r requirements.txt