mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-12 10:30:54 +01:00
Merge pull request #1124 from bitkarrot/FixDockerfile
Docker file fix for missing directory
This commit is contained in:
commit
049e78a6ec
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ RUN curl -sSL https://install.python-poetry.org | python3 -
|
||||||
ENV PATH="/root/.local/bin:$PATH"
|
ENV PATH="/root/.local/bin:$PATH"
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
RUN mkdir -p lnbits/data
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue