Skip to content
Snippets Groups Projects
Commit 7230bf79 authored by Niall Sheridan's avatar Niall Sheridan
Browse files

update

parent 12d5b700
Branches
Tags
No related merge requests found
FROM golang:1.6 FROM golang:1.6
ADD . /go/src/github.com/nsheridan/cashier ADD . /go/src/github.com/nsheridan/cashier
ONBUILD COPY . /go/src/github.com/nsheridan/cashier
WORKDIR /go/src/github.com/nsheridan/cashier
RUN go install github.com/nsheridan/cashier/cmd/cashierd RUN go install github.com/nsheridan/cashier/cmd/cashierd
ENTRYPOINT /go/bin/cashierd ENTRYPOINT /go/bin/cashierd
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment