LeoWalker commited on
Commit
cf58b28
·
1 Parent(s): 86fde48

reverted docker file

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -20,6 +20,7 @@ COPY . .
20
  # Install dependencies and the package itself
21
  RUN poetry install --only main --no-interaction --no-ansi
22
 
 
23
  # Expose the port Streamlit runs on
24
  EXPOSE 8501
25
 
 
20
  # Install dependencies and the package itself
21
  RUN poetry install --only main --no-interaction --no-ansi
22
 
23
+
24
  # Expose the port Streamlit runs on
25
  EXPOSE 8501
26