Skip to content

Commit

Permalink
might cool but why
Browse files Browse the repository at this point in the history
  • Loading branch information
hUwUtao committed Jul 31, 2024
1 parent 7bbd346 commit 8d25e76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name = "renskin"
version = "0.1.0"
edition = "2021"

[[bin]]
name = "rskd"
path = "src/main.rs"

[features]
default = []
simd = []
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN cargo build --release
FROM debian:bookworm-slim

WORKDIR /app
COPY --from=builder /app/target/release/renskin ./
COPY --from=builder /app/target/release/rskd ./

# Copy cleaning script
COPY ./scripts/gc.sh ./
Expand All @@ -27,4 +27,4 @@ RUN chmod 644 /etc/cron.d/clean_cache
EXPOSE 3727

# Command to run the application
CMD ["./renskin"]
CMD ["./rskd"]

0 comments on commit 8d25e76

Please sign in to comment.