Skip to content

Commit 8f9388c

Browse files
Axios (#380)
* Axios Adding ignore scripts too dockerfile follwing attacks on axios * add ignore scripts too dockerfile
1 parent 1221f75 commit 8f9388c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV PORT=8000
88
WORKDIR /usr/src
99
COPY . smart-incident-reporting
1010
WORKDIR /usr/src/smart-incident-reporting
11-
RUN npm ci
11+
RUN npm ci --ignore-scripts
1212
RUN npm run build
1313

1414
EXPOSE $PORT

0 commit comments

Comments
 (0)