Skip to content

Commit df0935e

Browse files
removed .streamlit/ dir from this dockerfile
1 parent 5cf6de6 commit df0935e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile.dash

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
FROM python:3.7.7-slim-buster
22

3-
COPY .streamlit ~/
4-
53
COPY ./requirements.txt /app/requirements.txt
64

75
WORKDIR /app

0 commit comments

Comments
 (0)