diff --git a/Dockerfile b/Dockerfile index 79dc8bc33..0a9b3f6a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,4 @@ COPY ./dist/ /usr/share/nginx/html/ COPY ./nginx.conf.template /etc/nginx/conf.d/default.conf.template RUN rm /usr/share/nginx/html/index.html -CMD ["/bin/sh" , "-c" , "envsubst '${PLUGIN_API_URL}' < /etc/nginx/conf.d/default.conf.template > /etc/nginx/conf.d/default.conf && exec nginx -g 'daemon off;'"] \ No newline at end of file +CMD ["/bin/sh" , "-c" , "envsubst '${PLUGIN_API_URL} ${PLUGIN_API_TOKEN}' < /etc/nginx/conf.d/default.conf.template > /etc/nginx/conf.d/default.conf && exec nginx -g 'daemon off;'"] \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 448cc2f07..8889da379 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "digma-ui", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "digma-ui", - "version": "1.0.1", + "version": "1.1.0", "license": "MIT", "dependencies": { "@floating-ui/react": "^0.25.1", diff --git a/package.json b/package.json index 78310eaa5..7ab1d325a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "digma-ui", - "version": "1.0.1", + "version": "1.1.0", "description": "Digma UI", "main": "dist/index.js", "scripts": {