no message

This commit is contained in:
Alexandros Mandilaras 2024-04-23 14:53:18 +03:00
parent 5bfe76f5c6
commit 1563641515
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ COPY oracle.local.cite.gr.crt /usr/local/share/ca-certificates/oracle.local.cite
RUN update-ca-certificates
# copy the package.json to install dependencies
COPY /dmp-frontend/package.json ./
COPY /dmp-frontend/package-lock.json ./
COPY package.json ./
COPY package-lock.json ./
# Install the dependencies and make the folder
RUN npm install sonar-scanner --save-dev