factorstudios commited on
Commit
28e85cb
·
verified ·
1 Parent(s): e904d9e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ COPY requirements.txt .
19
  RUN pip install --no-cache-dir -r requirements.txt
20
 
21
  # Copy application code
22
- COPY compress.py .
23
 
24
  # Health check
25
  HEALTHCHECK --interval=30s --timeout=10s --start-period=40s --retries=3 \
 
19
  RUN pip install --no-cache-dir -r requirements.txt
20
 
21
  # Copy application code
22
+ COPY server.py .
23
 
24
  # Health check
25
  HEALTHCHECK --interval=30s --timeout=10s --start-period=40s --retries=3 \