1 parent f63ce10 commit 583fd43Copy full SHA for 583fd43
1 file changed
saintBarthVolleyApp/backend/Dockerfile
@@ -3,6 +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
8
9
COPY . .
0 commit comments