Skip to content
Snippets Groups Projects

pipeline multiple updates

Merged Dobromir Palushev requested to merge just-a-test into staging
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -32,7 +32,7 @@ WORKDIR /server
COPY ./server/src ./src/
COPY ./server/package*.json .
COPY ./server/package*.json ./
RUN npm ci --no-audit --no-fund
@@ -54,7 +54,7 @@ WORKDIR $APP_BUILD_PATH
COPY ./server/src .
COPY ./server/package*.json .
COPY ./server/package*.json ./
RUN \
npm ci --prod --no-audit --no-fund \
Loading