8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-22 03:13:12 +00:00
This commit is contained in:
chapeau 2024-03-08 10:37:55 +01:00
parent df7e836ba1
commit 26b3d9a5b0

View file

@ -4,7 +4,6 @@ RUN pip install poetry
WORKDIR /code WORKDIR /code
RUN apt-get update && apt-get install -y --no-install-recommends gettext-base libpq-dev graphviz RUN apt-get update && apt-get install -y --no-install-recommends gettext-base libpq-dev graphviz
COPY pyproject.toml poetry.lock /code/ COPY pyproject.toml poetry.lock /code/
RUN poetry install --with dev --extras "postgresql"
COPY . /code/ COPY . /code/
CMD ./docker/docker-entrypoint.sh CMD ./docker/docker-entrypoint.sh