davanstrien HF Staff commited on
Commit
4ad2478
·
1 Parent(s): 90f4d81

Fix typo in Dockerfile by correcting directory.py to dictionary.py

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,7 +21,7 @@ RUN uv venv .venv
21
 
22
  # Copy requirements and install Python dependencies into the venv
23
  COPY requirements.txt .
24
- COPY directory.py .
25
  COPY dictionary.tcss .
26
  RUN uv pip install -r requirements.txt
27
 
 
21
 
22
  # Copy requirements and install Python dependencies into the venv
23
  COPY requirements.txt .
24
+ COPY dictionary.py .
25
  COPY dictionary.tcss .
26
  RUN uv pip install -r requirements.txt
27