Spaces:
Runtime error
Runtime error
Benjamin Bossan
commited on
Commit
•
111044d
1
Parent(s):
14c4c04
Forgot to chown the demo db
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -27,7 +27,7 @@ COPY --chown=user "demo.py" .
|
|
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 |
|
|
|
27 |
EXPOSE 7860 8080
|
28 |
ENV GRADIO_SERVER_NAME="0.0.0.0"
|
29 |
|
30 |
+
COPY --chown=user demo-sqlite-data.db sqlite-data.db
|
31 |
COPY --chown=user "start.sh" .
|
32 |
RUN chmod +x "start.sh"
|
33 |
|