William Mattingly commited on
Commit
d7cce61
·
1 Parent(s): a9a9428

fixed docker file

Browse files
Files changed (3) hide show
  1. .gitattributes copy +2 -0
  2. Dockerfile +0 -3
  3. uv.lock +0 -0
.gitattributes copy ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ # Auto detect text files and perform LF normalization
2
+ * text=auto
Dockerfile CHANGED
@@ -24,9 +24,6 @@ RUN pip install --no-cache-dir uv
24
 
25
  WORKDIR /app
26
 
27
- # Clone the scripture-detector repository and change directory into it
28
- RUN git clone https://github.com/yale-ch/scripture-detector.git /app && cd /app
29
-
30
 
31
  # Copy dependency manifest first to leverage Docker layer caching.
32
  # Dependencies are only re-installed when pyproject.toml / uv.lock changes.
 
24
 
25
  WORKDIR /app
26
 
 
 
 
27
 
28
  # Copy dependency manifest first to leverage Docker layer caching.
29
  # Dependencies are only re-installed when pyproject.toml / uv.lock changes.
uv.lock ADDED
The diff for this file is too large to render. See raw diff