attempt to fix #1282

This commit is contained in:
Shivaram Lingamneni 2020-09-23 05:10:03 -04:00
parent 815852191c
commit abfbb5b15b
1 changed files with 0 additions and 3 deletions

View File

@ -13,9 +13,6 @@ ADD . /go/src/github.com/oragono/oragono/
run sed -i 's/^\(\s*\)\"127.0.0.1:6667\":.*$/\1":6667":/' /go/src/github.com/oragono/oragono/default.yaml
run sed -i 's/^\s*\"\[::1\]:6667\":.*$//' /go/src/github.com/oragono/oragono/default.yaml
# make sure submodules are up-to-date
RUN git submodule update --init
# compile
RUN make