Added config copy

This commit is contained in:
2024-03-27 22:13:36 -07:00
parent bee5ba16e9
commit c381b1f994

View File

@@ -6,6 +6,7 @@ RUN apk add --no-cache musl-dev
WORKDIR /home/robbit/
COPY ./ ./
RUN chown robbit ./*
RUN cp ./configs/config.toml ./config.toml
USER robbit