mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 03:13:12 +00:00
typo
This commit is contained in:
parent
df7e836ba1
commit
26b3d9a5b0
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ RUN pip install poetry
|
|||
WORKDIR /code
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends gettext-base libpq-dev graphviz
|
||||
COPY pyproject.toml poetry.lock /code/
|
||||
RUN poetry install --with dev --extras "postgresql"
|
||||
COPY . /code/
|
||||
CMD ./docker/docker-entrypoint.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue