Skip to content

Commit

Permalink
feat: usernames & leaderboard
Browse files Browse the repository at this point in the history
Closes #3
Closes #4
  • Loading branch information
Erb3 committed May 25, 2024
1 parent 90a94a3 commit 9edd919
Show file tree
Hide file tree
Showing 12 changed files with 1,005 additions and 190 deletions.
7 changes: 7 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ tracing = "0.1.40"
tracing-subscriber = "0.3.18"
tower = "0.4.13"
dotenvy = "0.15.7"
geoutils = "0.5.1"

[profile.release]
codegen-units = 1
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ WORKDIR /sveio
COPY --from=builder /sveio/target/x86_64-unknown-linux-musl/release/sveio ./
COPY --from=builder /sveio/cities.json ./
COPY --from=builder /sveio/frontend ./frontend

# Use an unprivileged user.
USER sveio:sveio

Expand Down
Loading

0 comments on commit 9edd919

Please sign in to comment.