File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
compose/production/django Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 88 import RegionPicker from ' localzoom/src/components/RegionPicker.vue' ;
99 import { DATA_TYPES } from ' localzoom/src/util/constants' ;
1010 import { activateUserLD } from ' localzoom/src/util/lz-helpers' ;
11- import {setup_feature_metrics } from ' localzoom/src/util/metrics' ;
11+ import {count_add_track , setup_feature_metrics } from ' localzoom/src/util/metrics' ;
1212
1313 const MAX_REGION_SIZE = 1000000 ;
1414
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ FROM node:fermium as jsbuilder
66COPY ./package.json ./package-lock.json /build/
77COPY . /build/
88WORKDIR /build/
9- RUN npm install ci && npm run prod
9+ RUN npm ci && npm run prod
1010
1111
1212# Step 2 (main): Django app. Install python dependencies, add volume mounts, and run.
You can’t perform that action at this time.
0 commit comments