Ezhil
commited on
Commit
·
c23a54f
1
Parent(s):
a6b2fb2
second commit
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -9,7 +9,7 @@ COPY main.py .
|
|
| 9 |
COPY requirements.txt .
|
| 10 |
|
| 11 |
# Install dependencies
|
| 12 |
-
RUN pip install
|
| 13 |
|
| 14 |
# Expose the port the app runs on
|
| 15 |
EXPOSE 8000
|
|
|
|
| 9 |
COPY requirements.txt .
|
| 10 |
|
| 11 |
# Install dependencies
|
| 12 |
+
RUN pip install -r requirements.txt
|
| 13 |
|
| 14 |
# Expose the port the app runs on
|
| 15 |
EXPOSE 8000
|