Skip to content
Snippets Groups Projects
Commit 859d55d4 authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Added make docker to easy start docker container

parent a2c1a3a2
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -40,3 +40,6 @@ complexity:
test:
go get golang.org/x/tools/cmd/cover
go test ./... -cover
docker:
docker run --rm -it -v ${PWD}:/go/src/pages -w /go/src/pages golang:1.5 /bin/bash
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment