diff --git a/Dockerfile-rootless b/Dockerfile-rootless index ea03a3f..5e1d008 100644 --- a/Dockerfile-rootless +++ b/Dockerfile-rootless @@ -8,4 +8,4 @@ COPY build/web /usr/share/nginx/html RUN echo '{"baseUrl": "${BASE_URL}"}' > /usr/share/nginx/html/assets/config/config.json -CMD /bin/sh -c 'sed -i s/80/8080/g /etc/nginx/conf.d/default.conf && sed -i "s|\${BASE_URL}|${BASE_URL}|g" /usr/share/nginx/html/assets/config/config.json && nginx -g "daemon off;"' +CMD /bin/sh -c 'sed -i "s|\${BASE_URL}|${BASE_URL}|g" /usr/share/nginx/html/assets/config/config.json && nginx -g "daemon off;"'