cont: config copy last

This commit is contained in:
Lukáš Nedbálek 2025-09-23 11:48:35 +02:00
parent f68eac7381
commit f7db83f436
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1,2 @@
COPY config.json /data/kruhobot/config.json

View file

@ -3,4 +3,3 @@ COPY bin /build/src/bin
COPY kruhobot /build/src/kruhobot COPY kruhobot /build/src/kruhobot
COPY setup.py /build/src COPY setup.py /build/src
COPY config.json /kruhobot/config.json