Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
overpass-turbo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tools
overpass-turbo
Commits
8e5f52ee
Verified
Commit
8e5f52ee
authored
8 months ago
by
Ruben van Dijk
Browse files
Options
Downloads
Patches
Plain Diff
Fix path to api.
parent
fcf01292
Branches
master
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#15607
passed
8 months ago
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
1 addition
and
1 deletion
Dockerfile
+
1
−
1
View file @
8e5f52ee
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment