1 parent 583fd43 commit 1279ef6Copy full SHA for 1279ef6
1 file changed
saintBarthVolleyApp/backend/Dockerfile
@@ -3,8 +3,7 @@ FROM node:20-alpine
3
WORKDIR /usr/src/app
4
5
COPY package*.json ./
6
-ENV HUSKY=0
7
-RUN npm install --omit=dev
+RUN npm pkg delete scripts.prepare && npm install --omit=dev
8
9
COPY . .
10
0 commit comments