JerryZhouYG commited on
Commit
18d561f
1 Parent(s): 70132dc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y apache2-utils sqlite3
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
 
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