mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-07-03 00:42:48 +02:00
sympasoap should only be used in production (too much useless dependencies)
This commit is contained in:
@ -11,7 +11,7 @@ RUN apk add --no-cache bash
|
||||
RUN mkdir /code
|
||||
WORKDIR /code
|
||||
COPY requirements.txt /code/requirements.txt
|
||||
RUN pip install -r requirements.txt psycopg2-binary --no-cache-dir
|
||||
RUN pip install -r requirements.txt psycopg2-binary sympasoap --no-cache-dir
|
||||
|
||||
COPY . /code/
|
||||
|
||||
|
Reference in New Issue
Block a user