Skip to content

Commit

Permalink
docker-vegeta - Change git clone Repo
Browse files Browse the repository at this point in the history
  • Loading branch information
APMarte authored Oct 21, 2020
1 parent caf19aa commit e74a333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 https://github.com/nitishm/vegeta-server.git
RUN git clone https://github.com/APMarte/vegeta-server.git

WORKDIR $ROOT
RUN make build
Expand All @@ -11,4 +11,4 @@ RUN make build
FROM gcr.io/distroless/static
COPY --from=build-env /go/vegeta-server/bin/vegeta-server .
EXPOSE 80
CMD ["./vegeta-server"]
CMD ["./vegeta-server"]

0 comments on commit e74a333

Please sign in to comment.