mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-27 20:36:16 +02:00
Merge pull request #1124 from bitkarrot/FixDockerfile
Docker file fix for missing directory
This commit is contained in:
@@ -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 . .
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user