Asaad Almutareb commited on
Commit
e492688
·
1 Parent(s): ee54dc8
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,5 +16,5 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
16
  EXPOSE 1433
17
 
18
  COPY --chown=user . /
19
- RUN /usr/bin/sqlite3 /app/database/source_cache.sqlite3
20
  CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
16
  EXPOSE 1433
17
 
18
  COPY --chown=user . /
19
+ #RUN /usr/bin/sqlite3 /app/database/source_cache.sqlite3
20
  CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]