fffiloni commited on
Commit
989d884
·
verified ·
1 Parent(s): 8d1fd92

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -25,6 +25,7 @@ RUN python -m venv $HOME/.venv && \
25
  . $HOME/.venv/bin/activate && \
26
  pip install --no-cache-dir --upgrade pip && \
27
  pip install --no-cache-dir -r /code/requirements.txt
 
28
 
29
  COPY --chown=user . $HOME/app
30
  RUN chmod +x $HOME/app/run.sh
 
25
  . $HOME/.venv/bin/activate && \
26
  pip install --no-cache-dir --upgrade pip && \
27
  pip install --no-cache-dir -r /code/requirements.txt
28
+
29
 
30
  COPY --chown=user . $HOME/app
31
  RUN chmod +x $HOME/app/run.sh