Skip to content

Commit

Permalink
Remove git clone per branch
Browse files Browse the repository at this point in the history
  • Loading branch information
APMarte authored Nov 25, 2020
1 parent e9a9aa2 commit 55721f8
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 @@ -2,7 +2,7 @@
FROM golang:1.12 as build-env

ENV ROOT=vegeta-server
RUN git clone --single-branch --branch customize-attack-id https://github.com/APMarte/vegeta-server.git
RUN git clone https://github.com/APMarte/vegeta-server.git

WORKDIR $ROOT
RUN make build
Expand Down

0 comments on commit 55721f8

Please sign in to comment.