Skip to content

Commit

Permalink
fixup Dockerfile.dapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvind Iyengar committed Dec 13, 2022
1 parent 2338be7 commit 63d9e1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ RUN if [ "${ARCH}" == "amd64" ]; then \
fi

ENV DAPPER_ENV REPO TAG DRONE_TAG CROSS
ENV DAPPER_SOURCE /go/src/github.com/rancher/prometheus-auth/
ENV DAPPER_SOURCE /home/prometheus-auth/
ENV DAPPER_OUTPUT ./bin ./dist
ENV DAPPER_DOCKER_SOCKET true
ENV GOPATH /go
ENV HOME ${DAPPER_SOURCE}
WORKDIR ${DAPPER_SOURCE}

Expand Down

0 comments on commit 63d9e1b

Please sign in to comment.