We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e12262a commit 48769ebCopy full SHA for 48769eb
frontend/Dockerfile
@@ -18,6 +18,10 @@ RUN apt-get update && apt-get install -y make wget \
18
lsb-release xdg-utils nano vim procps moreutils ripgrep \
19
&& rm -rf /var/lib/apt/lists/*
20
21
+# Create necessary directory structure before running npm ci, which runs `make retrieve-descendants`
22
+# as preinstall script
23
+RUN mkdir -p src/components/common/Filter/descendant_mappings
24
+
25
COPY Makefile ./
26
COPY package*.json ./
27
RUN npm ci --verbose --no-optional && npm cache clean --force
0 commit comments