diff --git a/Dockerfile b/Dockerfile
index 83d5ae2d33b1afa22661e988fc35009723a04e31..7daff4b6dd99684758d9873bc056986e0e130183 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ RUN corepack enable
 COPY package.json yarn.lock .yarnrc.yml .
 RUN yarn install
 COPY . .
-RUN sed -i 's_defaultServer: "https://overpass-api.de/api/"_defaultServer: "https://overpass-api.rubend.nl"_g' js/configs.ts && \
+RUN sed -i 's_defaultServer: "https://overpass-api.de/api/"_defaultServer: "https://overpass-api.rubend.nl/api/"_g' js/configs.ts && \
     sed -i 's_https://overpass-api.de/api/_https://overpass-api.de/api/_' js/configs.ts && \
     echo "echo DUMMY" > /bin/git && chmod +x /bin/git
 RUN yarn run build