Compare commits
2 commits
ccd7dfb0e0
...
18094fae3c
Author | SHA1 | Date | |
---|---|---|---|
18094fae3c | |||
599f6a2e52 |
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ ENV PATH /app/node_modules/.bin:$PATH
|
||||||
COPY package.json ./
|
COPY package.json ./
|
||||||
COPY package-lock.json ./
|
COPY package-lock.json ./
|
||||||
RUN npm ci --silent
|
RUN npm ci --silent
|
||||||
RUN npm audit fix
|
|
||||||
COPY . ./
|
COPY . ./
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue