mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-19 03:57:29 +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"
|
||||
|
||||
WORKDIR /app
|
||||
RUN mkdir -p lnbits/data
|
||||
|
||||
COPY . .
|
||||
|
||||
|
Reference in New Issue
Block a user