kapllan commited on
Commit
a30061d
·
verified ·
1 Parent(s): 8561554

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,7 +25,7 @@ ENV HOME=/home/user \
25
  PATH=/home/user/.local/bin:$PATH
26
 
27
 
28
- COPY --chown=user . $HOME/app
29
 
30
  RUN git clone https://github.com/kapllan/SmartOpinion.git $HOME/app
31
 
 
25
  PATH=/home/user/.local/bin:$PATH
26
 
27
 
28
+ # COPY --chown=user . $HOME/app
29
 
30
  RUN git clone https://github.com/kapllan/SmartOpinion.git $HOME/app
31