Merge pull request 'bugfixing..' (#145) from infra/bugfix into main
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #145
This commit is contained in:
commit
09bbb2e2a4
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ WORKDIR /app
|
||||||
ENV PATH /app/node_modules/.bin:$PATH
|
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 --force
|
||||||
RUN npm audit fix
|
RUN npm audit fix
|
||||||
COPY . ./
|
COPY . ./
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
Loading…
Reference in a new issue