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

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