Skip to content

Commit

Permalink
Removed unnecessary command in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirevo committed Jul 3, 2020
1 parent e9edd0a commit 4e4de0b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ COPY Cargo.toml Cargo.toml
COPY Cargo.lock Cargo.lock

# build the app
RUN cd alexandrie && \
cargo build --release --no-default-features --features "${DATABASE} frontend git2" && \
cd ..
RUN cd alexandrie && cargo build --release --no-default-features --features "${DATABASE} frontend git2"

### Second stage: copy built application
FROM debian:buster-slim as runner
Expand Down

0 comments on commit 4e4de0b

Please sign in to comment.