Spaces:
Runtime error
Runtime error
chore: rebuild app
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -19,3 +19,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
| 19 |
COPY --chown=user *.py *.css /
|
| 20 |
|
| 21 |
ENTRYPOINT ["solara", "run", "wanderlust.py", "--host=0.0.0.0", "--port", "7860"]
|
|
|
|
|
|
| 19 |
COPY --chown=user *.py *.css /
|
| 20 |
|
| 21 |
ENTRYPOINT ["solara", "run", "wanderlust.py", "--host=0.0.0.0", "--port", "7860"]
|
| 22 |
+
|