Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -36,5 +36,6 @@ gatherUsageStats = false\n\
|
|
36 |
COPY --chown=user ./requirements.txt requirements.txt
|
37 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
38 |
RUN chmod 777 ./
|
|
|
39 |
COPY --chown=user . /app
|
40 |
CMD ["streamlit","run", "app.py",">","dev/null"]
|
|
|
36 |
COPY --chown=user ./requirements.txt requirements.txt
|
37 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
38 |
RUN chmod 777 ./
|
39 |
+
RUN python -m playwright install
|
40 |
COPY --chown=user . /app
|
41 |
CMD ["streamlit","run", "app.py",">","dev/null"]
|