We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1221f75 commit 8f9388cCopy full SHA for 8f9388c
1 file changed
dockerfile
@@ -8,7 +8,7 @@ ENV PORT=8000
8
WORKDIR /usr/src
9
COPY . smart-incident-reporting
10
WORKDIR /usr/src/smart-incident-reporting
11
-RUN npm ci
+RUN npm ci --ignore-scripts
12
RUN npm run build
13
14
EXPOSE $PORT
0 commit comments