add connectors

This commit is contained in:
burnettk 2022-09-20 12:01:45 -04:00
parent 8ff2e9d79f
commit a0ea1de6df
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ RUN pip install poetry
RUN useradd _gunicorn --no-create-home --user-group
WORKDIR /app
COPY pyproject.toml poetry.lock /app/
COPY pyproject.toml poetry.lock connectors/ /app/
RUN poetry install
RUN set -xe \