Comment resolution

This commit is contained in:
iPromKnight
2024-02-10 00:15:20 +00:00
committed by iPromKnight
parent e04f2d01a4
commit 360bc20970
38 changed files with 377 additions and 366 deletions

View File

@@ -8,7 +8,7 @@ COPY package*.json ./
RUN npm install
COPY . .
RUN npm run build
RUN npm install --omit=dev
RUN npm prune --omit=dev
FROM node:lts-buster-slim