nguyen-brat
commited on
Commit
·
2465ef1
1
Parent(s):
1d2a32a
update
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -33,6 +33,8 @@ WORKDIR $HOME/app
|
|
33 |
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 .
|
38 |
|
|
|
33 |
RUN mkdir -p /app/.streamlit && \
|
34 |
echo "[server]\nenableXsrfProtection = false\nenableCORS = false" > /app/.streamlit/config.toml
|
35 |
|
36 |
+
# Create folder
|
37 |
+
WORKDIR /app/text-remove
|
38 |
# Clone the repository
|
39 |
RUN git clone https://github.com/nguyen-brat/text-remove.git .
|
40 |
|