Spaces:
Sleeping
Sleeping
fix dockrfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,4 +20,4 @@ WORKDIR $HOME/app
|
|
20 |
COPY --chown=user . $HOME/app
|
21 |
RUN chmod +x tests.sh
|
22 |
RUN ./tests.sh
|
23 |
-
CMD ["
|
|
|
20 |
COPY --chown=user . $HOME/app
|
21 |
RUN chmod +x tests.sh
|
22 |
RUN ./tests.sh
|
23 |
+
CMD ["streamlit", "run","app.py"]
|