Terence9 commited on
Commit
65c6b46
·
verified ·
1 Parent(s): 98b7298

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ COPY requirements.txt ./
13
  COPY src/ ./src/
14
 
15
  COPY .streamlit/ /app/.streamlit/
16
- ENV STREAMLIT_CONFIG_DIR=/app/,streamlit/
17
 
18
  RUN pip3 install -r requirements.txt
19
 
 
13
  COPY src/ ./src/
14
 
15
  COPY .streamlit/ /app/.streamlit/
16
+ ENV STREAMLIT_CONFIG_DIR=/app/.streamlit/
17
 
18
  RUN pip3 install -r requirements.txt
19