Skip to content
Snippets Groups Projects
Verified Commit 8e5f52ee authored by Ruben van Dijk's avatar Ruben van Dijk
Browse files

Fix path to api.

parent fcf01292
Branches master
No related tags found
No related merge requests found
Pipeline #15607 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment