specify destination
This commit is contained in:
parent
a0ea1de6df
commit
8cd38a3845
|
@ -4,7 +4,8 @@ RUN pip install poetry
|
||||||
RUN useradd _gunicorn --no-create-home --user-group
|
RUN useradd _gunicorn --no-create-home --user-group
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY pyproject.toml poetry.lock connectors/ /app/
|
ADD pyproject.toml poetry.lock /app/
|
||||||
|
ADD connectors /app/connectors
|
||||||
RUN poetry install
|
RUN poetry install
|
||||||
|
|
||||||
RUN set -xe \
|
RUN set -xe \
|
||||||
|
|
Loading…
Reference in New Issue