Spaces:
Running
Running
JerryZhouYG
commited on
Commit
•
5a9914d
1
Parent(s):
726629b
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ 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 |
-
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
|
|
|
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
|