Compare commits
No commits in common. "18094fae3cfc06a037ea8d3923457767205aba6a" and "ccd7dfb0e0ac9401dd66203b3ca4630592f7b45a" have entirely different histories.
18094fae3c
...
ccd7dfb0e0
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ ENV PATH /app/node_modules/.bin:$PATH
|
|||
COPY package.json ./
|
||||
COPY package-lock.json ./
|
||||
RUN npm ci --silent
|
||||
RUN npm audit fix
|
||||
COPY . ./
|
||||
RUN npm run build
|
||||
|
||||
|
|
Loading…
Reference in a new issue