mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
Install mealie in addition to the dependencies
This commit is contained in:
parent
a83bd640c0
commit
fc2ab3b970
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ RUN pip install --no-cache-dir "psycopg2-binary==2.8.6"
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY pyproject.toml poetry.lock /app/
|
COPY pyproject.toml poetry.lock /app/
|
||||||
RUN poetry config virtualenvs.create false
|
RUN poetry config virtualenvs.create false
|
||||||
RUN poetry install --no-root --no-dev --no-interaction --no-ansi
|
RUN poetry install --no-dev --no-interaction --no-ansi
|
||||||
|
|
||||||
# project code
|
# project code
|
||||||
COPY ./mealie /app/mealie
|
COPY ./mealie /app/mealie
|
||||||
|
|
|
@ -13,7 +13,7 @@ RUN pip install --no-cache-dir "psycopg2-binary==2.8.6"
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY pyproject.toml poetry.lock /app/
|
COPY pyproject.toml poetry.lock /app/
|
||||||
RUN poetry config virtualenvs.create false
|
RUN poetry config virtualenvs.create false
|
||||||
RUN poetry install --no-root --no-dev --no-interaction --no-ansi
|
RUN poetry install --no-dev --no-interaction --no-ansi
|
||||||
|
|
||||||
# project code
|
# project code
|
||||||
COPY ./mealie /app/mealie
|
COPY ./mealie /app/mealie
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue