refactor: rename project

This commit is contained in:
2025-06-29 13:09:12 +03:00
parent da4bffad4d
commit 7e0257b272
5 changed files with 8 additions and 8 deletions

View File

@ -42,7 +42,7 @@ RUN addgroup -S -g ${PGID} app && \
adduser -S -u ${PUID} -G app -h /app app
# Copy the compiled binary from the builder stage
COPY --from=builder /app/target/release/sb-ruleset-sync /usr/local/bin/ruleset-sync
COPY --from=builder /app/target/release/sbrs /usr/local/bin/ruleset-sync
# Copy the entrypoint script
COPY ./docker/entrypoint.sh /usr/local/bin/entrypoint.sh