Skip to content

Commit

Permalink
Build image without infinispan
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsnaps committed Aug 30, 2022
1 parent 5ace5d2 commit 2c5ded2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN rm -f target/release/deps/limitador*
COPY . .

RUN source $HOME/.cargo/env \
&& cargo build --release --all-features
&& cargo build --release

# ------------------------------------------------------------------------------
# Run Stage
Expand Down

0 comments on commit 2c5ded2

Please sign in to comment.