3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-12-23 03:02:48 +01:00

fix Dockerfile

This broke in #2047
This commit is contained in:
Shivaram Lingamneni 2023-02-11 21:55:57 -05:00
parent ae04fb3d0a
commit 3c59ce964d

View File

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