ManasSharma07 commited on
Commit
2fbacdb
·
verified ·
1 Parent(s): c9161c0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -22,6 +22,7 @@ ENV HOME=/home/user \
22
  WORKDIR $HOME/app
23
 
24
  COPY --chown=user . $HOME/app
 
25
 
26
  HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
27
 
 
22
  WORKDIR $HOME/app
23
 
24
  COPY --chown=user . $HOME/app
25
+ COPY --chown=user . $HOME
26
 
27
  HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
28