We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92d6cb commit c9661aeCopy full SHA for c9661ae
Dockerfile
@@ -18,6 +18,7 @@ ENV REACT_APP_PRODUCTION_API_URL /api/v1
18
ENV NODE_OPTIONS --openssl-legacy-provider
19
20
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
22
23
FROM nginx:alpine
24
COPY --from=builder /app/build /srv/www
0 commit comments