This commit is contained in:
parent
ca5eb7cd5e
commit
079ae47a30
@ -34,5 +34,6 @@ yarn-error.log*
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
.env
|
||||
|
||||
secrets.txt
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,4 +36,3 @@ yarn-error.log*
|
||||
.env.production.local
|
||||
|
||||
secrets.txt
|
||||
.env
|
||||
|
@ -2,7 +2,7 @@ FROM node:16-alpine as base
|
||||
RUN apk add --no-cache libc6-compat
|
||||
WORKDIR /app
|
||||
COPY package-lock.json package.json ./
|
||||
RUN npm ci --no-audit
|
||||
RUN npm ci --no-audit --force
|
||||
COPY . .
|
||||
|
||||
FROM node:16-alpine as release
|
||||
|
Loading…
Reference in New Issue
Block a user