Test deploy #31

Merged
John4064 merged 50 commits from test-deploy into main 2026-03-04 05:20:21 +00:00
2 changed files with 33 additions and 31 deletions
Showing only changes of commit 43f4be8d0e - Show all commits

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 . ./