Skip to content

Commit

Permalink
set upload file size LIMIt to 1 MB
Browse files Browse the repository at this point in the history
  • Loading branch information
anbo-de committed Aug 19, 2023
1 parent cc4cd5d commit 7730975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ ENV COLORTERM=24bit
EXPOSE 8501
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
SHELL ["/bin/bash", "-c"]
ENTRYPOINT ["streamlit", "run", "image-to-ascii-art-converter-web-ui.py", "--server.port=8501", "--server.address=0.0.0.0"]
ENTRYPOINT ["streamlit", "run", "image-to-ascii-art-converter-web-ui.py", "--server.port=8501", "--server.address=0.0.0.0", "--server.maxUploadSize=1"]

0 comments on commit 7730975

Please sign in to comment.