Skip to content

Commit

Permalink
refs #120 - updates docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoV-PDMFC committed Sep 5, 2022
1 parent 2302d12 commit f4e38b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions octopus-freeze.json
Original file line number Diff line number Diff line change
Expand Up @@ -1082,3 +1082,5 @@
}




0 comments on commit f4e38b0

Please sign in to comment.