From 9877ab9f29c2299dd30c395ec860fc34a23163a3 Mon Sep 17 00:00:00 2001 From: promasu Date: Sat, 17 Oct 2020 22:26:29 +0200 Subject: [PATCH] Prettify sed replacement for httpAddress --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3165e62..a9bda57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ WORKDIR /cryptpad # Get cryptpad from repository submodule COPY cryptpad /cryptpad -RUN sed -i "s/\/\/httpAddress: \x27::\x27/httpAddress: \x270.0.0.0\x27/" /cryptpad/config/config.example.js +RUN sed -i "s@//httpAddress: '::'@httpAddress: '0.0.0.0'@" /cryptpad/config/config.example.js # Install dependencies RUN npm install --production \