fix: include yaml for server & docker build

This commit is contained in:
2024-11-03 14:11:12 +01:00
parent cdb4a8aeb9
commit 2305bc9789
3 changed files with 6 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ RUN python3 -m pip install --no-cache-dir --break-system-packages -r req.txt
# precreate database directory for mount (will otherwise be created at before_first_request)
COPY ./ .
RUN mkdir /app/instance/
RUN mkdir -p /app/instance/
EXPOSE 5000/tcp