Spaces:
Runtime error
Runtime error
Benjamin Bossan
commited on
Commit
•
14c4c04
1
Parent(s):
465300f
Add a demo db to Dockerfile
Browse filesStart with a few entries instead of totally empty.
- Dockerfile +1 -0
- demo-sqlite-data.db +0 -0
Dockerfile
CHANGED
@@ -27,6 +27,7 @@ COPY --chown=user "demo.py" .
|
|
27 |
EXPOSE 7860 8080
|
28 |
ENV GRADIO_SERVER_NAME="0.0.0.0"
|
29 |
|
|
|
30 |
COPY --chown=user "start.sh" .
|
31 |
RUN chmod +x "start.sh"
|
32 |
|
|
|
27 |
EXPOSE 7860 8080
|
28 |
ENV GRADIO_SERVER_NAME="0.0.0.0"
|
29 |
|
30 |
+
COPY demo-sqlite-data.db sqlite-data.db
|
31 |
COPY --chown=user "start.sh" .
|
32 |
RUN chmod +x "start.sh"
|
33 |
|
demo-sqlite-data.db
ADDED
Binary file (45.1 kB). View file
|
|