Merge pull request #1124 from bitkarrot/FixDockerfile

Docker file fix for missing directory
This commit is contained in:
Vlad Stan 2022-11-17 14:57:41 +02:00 committed by GitHub
commit 049e78a6ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 . .