mirror of
https://github.com/FAUSheppy/atlantis-event-dispatcher
synced 2025-12-09 07:48:33 +01:00
fix: include yaml for server & docker build
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user