Omit dev dependencies

This commit is contained in:
E 2024-04-29 15:30:13 +01:00
parent eba987561e
commit 140fa8fea0
No known key found for this signature in database
GPG Key ID: 9D57A2D583601371

View File

@ -5,7 +5,7 @@ ENV NODE_ENV=production
WORKDIR /app WORKDIR /app
COPY ["package.json", "package-lock.json*", "./"] COPY ["package.json", "package-lock.json*", "./"]
RUN npm install RUN npm install --omit=dev
RUN npm install nodemon RUN npm install nodemon
COPY . . COPY . .
RUN npm run build-tailwind RUN npm run build-tailwind