Skip to content

Commit edf33ae

Browse files
committed
Fix build command to respect lockfile + add correct import
1 parent c96d668 commit edf33ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/vue/gwas_region.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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

compose/production/django/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM node:fermium as jsbuilder
66
COPY ./package.json ./package-lock.json /build/
77
COPY . /build/
88
WORKDIR /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.

0 commit comments

Comments
 (0)