Skip to content

Commit

Permalink
Add rank directory
Browse files Browse the repository at this point in the history
  • Loading branch information
RealHinome authored Aug 24, 2024
1 parent 3146c5c commit 42c92ab
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docker/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ RUN apk add -q --update-cache --no-cache build-base openssl-dev musl pkgconf

COPY ../graphql/Cargo.toml ./Cargo.toml
COPY ../graphql/Cargo.lock ./Cargo.lock
COPY ../graphql/api ./api
COPY ../graphql/crawler ./crawler
COPY ../graphql/error ./error
COPY ../graphql/search ./search
COPY ../graphql/api ./api
COPY ../graphql/crawler ./crawler
COPY ../graphql/error ./error
COPY ../graphql/rank ./rank
COPY ../graphql/search ./search

RUN cargo build --release

Expand Down

0 comments on commit 42c92ab

Please sign in to comment.