Skip to content

Commit

Permalink
Fix Docker build (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
grtlr committed Mar 4, 2022
1 parent 3c4c2b4 commit d2a1e92
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bee-node/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ RUN apt-get update && \
WORKDIR /bee
COPY . .

# The following is required for `git submodule` to work.
COPY .git/ ./.git/

RUN if [ "$WITH_DASHBOARD" = true ] ; then cargo build --profile production --features dashboard --bin bee ; else cargo build --profile production --bin bee ; fi

############################
Expand Down

0 comments on commit d2a1e92

Please sign in to comment.