cont: remove config copy from cont build

This commit is contained in:
Lukáš Nedbálek 2025-09-29 12:20:28 +02:00
parent f7db83f436
commit d7e6ab98f7
2 changed files with 0 additions and 3 deletions

View file

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

View file

@ -2,4 +2,3 @@ FROM docker://registry.ks.matfyz.cz/gimli/base:bookworm
COPY bin /build/src/bin 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