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

Move server/main.go to top-level server.go

Also add a Dockerfile
parent cb02bbd3
Branches
Tags
Loading
FROM golang:1.6
ADD . /go/src/github.com/nsheridan/cashier
WORKDIR /go/src/github.com/nsheridan/cashier
RUN go install -v
ENTRYPOINT /go/bin/cashier
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment