Compare commits
1 Commits
0a37d45eb6
...
a672f48f7c
| Author | SHA1 | Date | |
|---|---|---|---|
| a672f48f7c |
@@ -4,6 +4,7 @@ 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