Skip to content

Commit

Permalink
fixed bug in docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
rajnandan1 committed Mar 3, 2024
1 parent 8cdf217 commit 73147ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ COPY --chown=abc:abc . /app

# build requires PUBLIC_KENER_FOLDER dir exists so create temporarily
# -- it is non-existent in final stage to allow proper startup and chown'ing/example population
RUN mkdir -p mkdir -p "${CONFIG_DIR}"/static \
RUN mkdir -p "${CONFIG_DIR}"/static \
&& npm install \
&& chown -R root:root node_modules \
&& npm run kener:build
Expand Down
1 change: 1 addition & 0 deletions docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ Sample
| tag | Required + Unique | This is used to tag incidents created in Github using comments |
| image | Optional | To show a logo before the name |
| cron | Optinal | Use cron expression to specify the interval to run the monitors. Defaults to `* * * * *` i.e every minute |
| api.timeout | Optional | timeout for the api in milliseconds. |
| api.method | Optional | HTTP Method |
| api.url | Optional | HTTP URL |
| api.headers | Optional | HTTP headers |
Expand Down

0 comments on commit 73147ee

Please sign in to comment.