Skip to content

Commit 1aee25f

Browse files
Bump version (#290)
* Bump version
1 parent 50f6059 commit 1aee25f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ COPY ./dist/ /usr/share/nginx/html/
44
COPY ./nginx.conf.template /etc/nginx/conf.d/default.conf.template
55
RUN rm /usr/share/nginx/html/index.html
66

7-
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;'"]
7+
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;'"]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "digma-ui",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Digma UI",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)