mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
mkdir
This commit is contained in:
parent
ecb31eee16
commit
0fa5fdcd42
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-
|
||||||
ln -s /opt/poetry/bin/poetry && \
|
ln -s /opt/poetry/bin/poetry && \
|
||||||
poetry config virtualenvs.create false
|
poetry config virtualenvs.create false
|
||||||
|
|
||||||
|
RUN mkdir /app/
|
||||||
COPY ./pyproject.toml ./app/poetry.lock* /app/
|
COPY ./pyproject.toml ./app/poetry.lock* /app/
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue