File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11FROM golang:1.11.1
22
3+ ENV GO111MODULE=on
4+
35RUN mkdir -p /go/src/github.com/clivern/beaver/
46
57ADD . /go/src/github.com/clivern/beaver/
Original file line number Diff line number Diff line change @@ -312,12 +312,17 @@ Socket("ws://localhost:8080/ws/$ID/$TOKEN");
312312
313313[ ![ Build Status] ( https://travis-ci.org/Clivern/Beaver.svg?branch=master )] ( https://travis-ci.org/Clivern/Beaver )
314314[ ![ GitHub license] ( https://img.shields.io/github/license/Clivern/Beaver.svg )] ( https://github.com/Clivern/Beaver/blob/master/LICENSE )
315- [ ![ Version] ( https://img.shields.io/badge/Version-1.1.0 -red.svg )] ( https://github.com/Clivern/Beaver/releases )
315+ [ ![ Version] ( https://img.shields.io/badge/Version-1.1.1 -red.svg )] ( https://github.com/Clivern/Beaver/releases )
316316[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/Clivern/Beaver )] ( https://goreportcard.com/report/github.com/Clivern/Beaver )
317317
318318
319319## Changelog
320320
321+ * Version 1.1.1:
322+ ```
323+ Fix Dockerfile.
324+ ```
325+
321326* Version 1.1.0:
322327```
323328Switch to go 1.11 modules.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ services:
66 - ' redis_data:/data'
77 restart : always
88 web :
9- image : " clivern_beaver:1.1.0 "
9+ image : " clivern_beaver:1.1.1 "
1010 build : .
1111 command : ' ./beaver'
1212 ports :
@@ -21,3 +21,5 @@ services:
2121 interval : 5s
2222 timeout : 2s
2323 retries : 5
24+ volumes :
25+ redis_data : null
You can’t perform that action at this time.
0 commit comments