Simp4me commited on
Commit
e14fe3a
·
verified ·
1 Parent(s): 5ca8430

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -15,6 +15,9 @@ RUN mkdir -p /app/.streamlit && chmod -R 777 /app/.streamlit
15
 
16
  ENV STREAMLIT_DISABLE_USAGE_STATS=true
17
 
 
 
 
18
 
19
  COPY requirements.txt ./
20
  COPY src/ ./src/
 
15
 
16
  ENV STREAMLIT_DISABLE_USAGE_STATS=true
17
 
18
+ COPY src/RezbinLogo.jpg ./src/RezbinLogo.jpg
19
+
20
+
21
 
22
  COPY requirements.txt ./
23
  COPY src/ ./src/