nguyen-brat commited on
Commit
6cbb53c
1 Parent(s): d338010
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -34,7 +34,7 @@ RUN mkdir -p /app/.streamlit && \
34
  echo "[server]\nenableXsrfProtection = false\nenableCORS = false" > /app/.streamlit/config.toml
35
 
36
  # Clone the repository
37
- RUN git clone https://github.com/nguyen-brat/text-remove.git $HOME/app/text-remove
38
 
39
  # Set the working directory to the cloned repo
40
  WORKDIR $HOME/app/text-remove
 
34
  echo "[server]\nenableXsrfProtection = false\nenableCORS = false" > /app/.streamlit/config.toml
35
 
36
  # Clone the repository
37
+ RUN git clone https://github.com/nguyen-brat/text-remove.git $HOME/app
38
 
39
  # Set the working directory to the cloned repo
40
  WORKDIR $HOME/app/text-remove