build(docker/fradrive): update release Dockerfile to copy bin

This commit is contained in:
Sarah Vaupel 2024-09-04 05:32:46 +02:00
parent c47d1c01f8
commit fa02a0727a
2 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,7 @@ RUN mkdir -p /var/log/uniworx && chown -R uniworx:uniworx /var/log/uniworx
# TODO: is this still needed?
# RUN install -d -g uniworx -o uniworx -m 0750 /var/lib/uniworx
# RUN install -d -g uniworx -o uniworx -m 0755 /var/log/uniworx
RUN cp /tmp/uniworx-bin/uniworx /usr/bin/uniworx
USER uniworx
ENTRYPOINT fradrive-entrypoint.sh

View File

@ -13,7 +13,6 @@ if [[ -d "${configDir}" ]]; then
configs+=("${(q)cfg}")
done < <(find "${configDir}" \( -name '*.yml' -o -name '*.yaml' \) -print0 | sort -rz)
fi
configs+=('/nix/store/mr2s10y1pj1fx594gjx0qlvc704n1j00-uni2work.yml')
cd /var/lib/uniworx