no message
This commit is contained in:
parent
5bfe76f5c6
commit
1563641515
|
@ -19,8 +19,8 @@ COPY oracle.local.cite.gr.crt /usr/local/share/ca-certificates/oracle.local.cite
|
||||||
RUN update-ca-certificates
|
RUN update-ca-certificates
|
||||||
|
|
||||||
# copy the package.json to install dependencies
|
# copy the package.json to install dependencies
|
||||||
COPY /dmp-frontend/package.json ./
|
COPY package.json ./
|
||||||
COPY /dmp-frontend/package-lock.json ./
|
COPY package-lock.json ./
|
||||||
|
|
||||||
# Install the dependencies and make the folder
|
# Install the dependencies and make the folder
|
||||||
RUN npm install sonar-scanner --save-dev
|
RUN npm install sonar-scanner --save-dev
|
||||||
|
|
Loading…
Reference in New Issue