refactor: rename project
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user