Skip to content

Commit 1279ef6

Browse files
committed
fix(ci): remove prepare script before npm install in Docker build
1 parent 583fd43 commit 1279ef6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

saintBarthVolleyApp/backend/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ FROM node:20-alpine
33
WORKDIR /usr/src/app
44

55
COPY package*.json ./
6-
ENV HUSKY=0
7-
RUN npm install --omit=dev
6+
RUN npm pkg delete scripts.prepare && npm install --omit=dev
87

98
COPY . .
109

0 commit comments

Comments
 (0)