fixed jsonpath
removed all grafana references
This commit is contained in:
parent
8f5d83fd60
commit
b442cb7f4f
10 changed files with 39 additions and 38 deletions
|
@ -1,9 +1,9 @@
|
|||
FROM node:alpine
|
||||
|
||||
COPY dist/grafana-statuspage /grafana-statuspage
|
||||
COPY dist/universal-statuspage /universal-statuspage
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
EXPOSE 4000
|
||||
|
||||
ENTRYPOINT ["node", "/grafana-statuspage/server/main.js"]
|
||||
ENTRYPOINT ["node", "/universal-statuspage/server/main.js"]
|
||||
|
|
Reference in a new issue