From f4e38b0e348e2663c90f33203ff06bc18f06580c Mon Sep 17 00:00:00 2001 From: Tiago PDM Date: Mon, 5 Sep 2022 14:00:44 +0100 Subject: [PATCH] refs #120 - updates docker file --- docker/api/Dockerfile | 2 +- octopus-freeze.json | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docker/api/Dockerfile b/docker/api/Dockerfile index b28f49de1..0816e50e9 100644 --- a/docker/api/Dockerfile +++ b/docker/api/Dockerfile @@ -21,7 +21,7 @@ WORKDIR /fgt-workspace # Build the software - Note: Clone by specific tag or branch RUN git clone -b ${GIT_BRANCH} --single-branch --depth 1 https://github.com/PharmaLedger-IMI/fgt-workspace.git . && \ - npm install --unsafe-perm + npm ci && npm cache clean --force RUN npm run install-dsu-explorer diff --git a/octopus-freeze.json b/octopus-freeze.json index 15dae0dd7..9026daa23 100644 --- a/octopus-freeze.json +++ b/octopus-freeze.json @@ -1082,3 +1082,5 @@ } + +