Skip to content

Commit

Permalink
bf(UTAPI-840): Fix nodesvc-base image config
Browse files Browse the repository at this point in the history
  • Loading branch information
tmacro committed Oct 3, 2022
1 parent 0ae108f commit f3a9a57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions images/nodesvc-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM registry.scality.com/federation/nodesvc-base:7.10.5.0

ENV UTAPI_CONFIG_FILE=${CONF_DIR}/config.json

WORKDIR ${HOME_DIR}/utapi

COPY ./package.json ./yarn.lock ${HOME_DIR}/utapi
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"engines": {
"node": ">=16"
},
"version": "7.10.8",
"version": "7.10.9",
"description": "API for tracking resource utilization and reporting metrics",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit f3a9a57

Please sign in to comment.