Skip to content

Commit 7ef9900

Browse files
committed
fix(ci): add --ignore-scripts to dockerfile
1 parent ca7f83a commit 7ef9900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ WORKDIR ${APP_ROOT}
6565
# Install Application
6666
RUN chown -R 1001:0 ${APP_ROOT}
6767
USER 1001
68-
RUN npm ci --omit=dev && npm run prisma:generate
68+
RUN npm ci --ignore-scripts --omit=dev && npm run prisma:generate
6969

7070
EXPOSE ${APP_PORT}
7171
CMD ["node", "--max-old-space-size=50", "./sbin/server.js"]

0 commit comments

Comments
 (0)