Update Dockerfile
Browse files- 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
|
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
|