Spaces:
Running
Running
maartenbreddels
commited on
Commit
•
abdd673
1
Parent(s):
8c42889
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 |
+
|