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

Use the alpine image

parent 65151dd2
No related branches found
No related tags found
No related merge requests found
FROM golang:1.7
FROM golang:1.7-alpine
ADD . /go/src/github.com/nsheridan/cashier
RUN apk add --update build-base
RUN go install github.com/nsheridan/cashier/cmd/cashierd
ONBUILD COPY . /cashier
WORKDIR /cashier
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