Commit ·
f52daca
1
Parent(s): 1c03487
Fix Dockerfile: remove redundant constants.py copy
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -16,7 +16,6 @@ COPY requirements.txt .
|
|
| 16 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 17 |
|
| 18 |
COPY models.py .
|
| 19 |
-
COPY constants.py .
|
| 20 |
COPY server/ ./server/
|
| 21 |
COPY core/ ./core/
|
| 22 |
|
|
|
|
| 16 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 17 |
|
| 18 |
COPY models.py .
|
|
|
|
| 19 |
COPY server/ ./server/
|
| 20 |
COPY core/ ./core/
|
| 21 |
|