Fix Docker Files

This commit is contained in:
Matt DiMeglio 2026-01-19 16:46:01 -05:00
parent d03e81c939
commit 43f4be8d0e
2 changed files with 33 additions and 31 deletions

View file

@ -4,7 +4,8 @@ WORKDIR /app
COPY ./package*.json ./ COPY ./package*.json ./
RUN npm ci RUN npm cache clean --force \
&& npm ci --no-audit --no-fund
COPY . ./ COPY . ./

View file

@ -4,7 +4,8 @@ WORKDIR /app
COPY ./package*.json ./ COPY ./package*.json ./
RUN npm ci RUN npm cache clean --force \
&& npm ci --no-audit --no-fund
COPY . ./ COPY . ./