Bootstrap alerta
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
FROM alerta/alerta-web:7.4.4
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
COPY . ${WORKDIR}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
FROM alerta/alerta-web:7.4.4
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
COPY . ${WORKDIR}
|
||||