Skip to content

Commit c9661ae

Browse files
committed
Replace url for maps-style
1 parent c92d6cb commit c9661ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ ENV REACT_APP_PRODUCTION_API_URL /api/v1
1818
ENV NODE_OPTIONS --openssl-legacy-provider
1919

2020
RUN yarn run build:${BUILD_ENV}
21+
RUN sed -i "s|mapbox://styles/[^\"']*|https://www.openhistoricalmap.org/map-styles/historical/historical.json|g" node_modules/changeset-map/dist/*.js
2122

2223
FROM nginx:alpine
2324
COPY --from=builder /app/build /srv/www

0 commit comments

Comments
 (0)