Compare commits
1 Commits
a672f48f7c
...
0a37d45eb6
| Author | SHA1 | Date | |
|---|---|---|---|
| 0a37d45eb6 |
@@ -4,7 +4,6 @@ FROM python:latest
|
||||
WORKDIR /app
|
||||
# Copy the requirements.txt file and install dependencies
|
||||
COPY MapView/requirements.txt .
|
||||
RUN sed -i 's/==.*//' requirements.txt
|
||||
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
RUN pip install --root-user-action ignore --no-cache-dir unittest
|
||||
|
||||
Reference in New Issue
Block a user