Skip to content

Commit

Permalink
remove dust-api definitively (#8989)
Browse files Browse the repository at this point in the history
  • Loading branch information
spolu authored Nov 28, 2024
1 parent d7d3a08 commit 7a51f9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ edition = "2021"
name = "core-api"
path = "bin/core_api.rs"

[[bin]]
name = "dust-api"
path = "bin/core_api.rs"

[[bin]]
name = "oauth"
path = "bin/oauth.rs"
Expand Down
2 changes: 1 addition & 1 deletion core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /app

COPY . .

RUN cargo build --release --bin core-api --bin dust-api --bin sqlite-worker
RUN cargo build --release --bin core-api --bin sqlite-worker

EXPOSE 3001

Expand Down

0 comments on commit 7a51f9f

Please sign in to comment.