Pamudu13 commited on
Commit
66ea537
·
verified ·
1 Parent(s): 3273740

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -37,7 +37,7 @@ COPY requirements.txt .
37
 
38
  # Install Python dependencies
39
  RUN pip install --no-cache-dir -r requirements.txt \
40
- && pip install --no-cache-dir hypercorn
41
 
42
  # Copy the current directory contents into the container
43
  COPY . /app
 
37
 
38
  # Install Python dependencies
39
  RUN pip install --no-cache-dir -r requirements.txt \
40
+ && pip install --no-cache-dir gunicorn
41
 
42
  # Copy the current directory contents into the container
43
  COPY . /app