Jofthomas HF Staff commited on
Commit
2c01d99
·
verified ·
1 Parent(s): 300fe67

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -11,6 +11,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
11
 
12
  # Copy requirements first for better layer caching
13
  COPY requirements.txt .
 
14
 
15
  # Install Python dependencies
16
  RUN pip install --no-cache-dir -r requirements.txt
 
11
 
12
  # Copy requirements first for better layer caching
13
  COPY requirements.txt .
14
+ COPY last_action.txt .
15
 
16
  # Install Python dependencies
17
  RUN pip install --no-cache-dir -r requirements.txt