Fix PATH
All checks were successful
Release / Publish Docker Images (push) Successful in 3m57s

This commit is contained in:
2026-01-14 19:49:45 +00:00
parent 1928c7e4eb
commit dbaf43b86f

View File

@@ -8,6 +8,8 @@ RUN useradd -r -s /bin/bash -m velocitycmdb
USER velocitycmdb USER velocitycmdb
ENV PATH="/home/velocitycmdb/.local/bin:$PATH"
# Install as service account # Install as service account
RUN pip install velocitycmdb RUN pip install velocitycmdb