mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-04-19 15:27:41 +00:00
fix Dockerfile
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
b7843a9e8e
commit
6a1561be31
1 changed files with 1 additions and 1 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 --omit=dev --ignore-scripts
|
||||
RUN npm ci --ignore-scripts
|
||||
|
||||
ENV NODE_ENV=production
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue