diff --git a/Dockerfile b/Dockerfile index 4b517e5..0241fd6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,11 +2,12 @@ FROM python:3.8-slim RUN apt-get update && apt-get install -y sudo dbus -RUN adduser --disabled-password --gecos "" thanos +# RUN adduser --disabled-password --gecos "" thanos WORKDIR /app -COPY typewind.py . -COPY requirements.txt . +COPY . . +# COPY typewind.py . +# COPY requirements.txt . RUN pip install -r requirements.txt ENV STREAMLIT_SERVER_ENABLE_TELEMETRY false