mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-04-19 15:27:41 +00:00
fix husky issue
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
059528a7bc
commit
62aa4c83fd
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ FROM node:lts as builder
|
|||
RUN mkdir /app
|
||||
WORKDIR /app
|
||||
COPY package.json package-lock.json /app/
|
||||
RUN npm ci
|
||||
RUN npm ci --omit=dev --ignore-scripts
|
||||
|
||||
ENV NODE_ENV=production
|
||||
|
||||
|
@ -25,7 +25,7 @@ RUN mkdir data
|
|||
|
||||
COPY package.json package-lock.json /app/
|
||||
COPY ./prisma /app/prisma
|
||||
RUN npm ci
|
||||
RUN npm ci --ignore-scriptss
|
||||
COPY --from=builder /app/dist /app
|
||||
|
||||
EXPOSE 5000
|
||||
|
|
Loading…
Add table
Reference in a new issue