hfacemko commited on
Commit
72e2831
·
verified ·
1 Parent(s): 9a8bb96

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -15,6 +15,8 @@ RUN pip install --no-cache-dir -r requirements.txt
15
 
16
  RUN chmod 777 /app
17
 
 
 
18
  # Expose the port that Uvicorn will run on
19
  EXPOSE 8000
20
 
 
15
 
16
  RUN chmod 777 /app
17
 
18
+ COPY studyspace.db .
19
+
20
  # Expose the port that Uvicorn will run on
21
  EXPOSE 8000
22