Skip to content

Commit

Permalink
fix Dockerfile
Browse files Browse the repository at this point in the history
This broke in #2047
  • Loading branch information
slingamn committed Feb 12, 2023
1 parent ae04fb3 commit 3c59ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

# compile
RUN make
RUN make install

## build ergo container
FROM alpine:3.13
Expand Down

0 comments on commit 3c59ce9

Please sign in to comment.