|
|
|
|
@ -5,7 +5,7 @@ COPY ./requirements.txt /app/requirements.txt
|
|
|
|
|
|
|
|
|
|
RUN pip install --upgrade pip
|
|
|
|
|
RUN pip install wheel
|
|
|
|
|
RUN pip install -r /app/geodata/requirements.txt
|
|
|
|
|
RUN pip install -r /app/requirements.txt
|
|
|
|
|
RUN pip install gunicorn uvicorn
|
|
|
|
|
|
|
|
|
|
RUN curl --location https://raw.githubusercontent.com/vishnubob/wait-for-it/81b1373f17855a4dc21156cfe1694c31d7d1792e/wait-for-it.sh > /usr/bin/wait-for-it \
|
|
|
|
|
|