Dockerfile: use empty settings + state dirs

This commit is contained in:
Dmitry Belyaev 2024-02-20 21:18:52 +03:00
parent 4439a327ad
commit 6949baf12e
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ RUN mkdir /app
WORKDIR /app
COPY pddnsc ./pddnsc
COPY settings ./settings
COPY state ./state
RUN mkdir settings
RUN mkdir state
COPY requirements.txt .
RUN pip install -r requirements.txt