Browse Source

fix Dockerfile

This broke in #2047
tags/v2.12.0-rc1
Shivaram Lingamneni 1 year ago
parent
commit
3c59ce964d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile View File

@@ -13,7 +13,7 @@ RUN sed -i 's/^\(\s*\)\"127.0.0.1:6667\":.*$/\1":6667":/' /go/src/github.com/erg
13 13
     sed -i 's/^\s*\"\[::1\]:6667\":.*$//' /go/src/github.com/ergochat/ergo/default.yaml
14 14
 
15 15
 # compile
16
-RUN make
16
+RUN make install
17 17
 
18 18
 ## build ergo container
19 19
 FROM alpine:3.13

Loading…
Cancel
Save