added ci build
This commit is contained in:
parent
a4542f7abd
commit
a7aceff686
4 changed files with 28 additions and 1 deletions
7
Dockerfile
Normal file
7
Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
FROM node
|
||||
|
||||
COPY dist/grafana-statuspage /grafana-statuspage
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
ENTRYPOINT ["node", "/grafana-statuspage/server/main.js"]
|
Reference in a new issue