Skip to content

Commit f268cac

Browse files
committed
fix change packege.json prisma neocol
1 parent 2cb550e commit f268cac

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
@@ -11,7 +11,7 @@ WORKDIR /evolution
1111

1212
COPY ./package.json ./tsconfig.json ./
1313

14-
RUN npm install
14+
RUN npm_config_ignore_scripts=true npm install
1515

1616
COPY ./src ./src
1717
COPY ./public ./public

0 commit comments

Comments
 (0)