Spaces:
Running
Running
JerryZhouYG
commited on
Commit
•
ed6e240
1
Parent(s):
6febc5a
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -17,8 +17,8 @@ RUN apt-get update && apt-get install -y apache2-utils sqlite3
|
|
17 |
# rm /tmp/password_hash
|
18 |
|
19 |
# Copy the updated webui.db to the desired location
|
20 |
-
|
21 |
-
|
22 |
|
23 |
RUN chmod -R 777 /app/backend/static
|
24 |
RUN chmod -R 777 /app/backend/data
|
|
|
17 |
# rm /tmp/password_hash
|
18 |
|
19 |
# Copy the updated webui.db to the desired location
|
20 |
+
RUN cp /webui.db /app/backend/data/webui.db
|
21 |
+
COPY webui.db /app/backend/data/webui.db
|
22 |
|
23 |
RUN chmod -R 777 /app/backend/static
|
24 |
RUN chmod -R 777 /app/backend/data
|