6 lines
61 B
Docker
6 lines
61 B
Docker
|
FROM alerta/alerta-web:7.4.4
|
||
|
|
||
|
EXPOSE 8080
|
||
|
|
||
|
COPY . ${WORKDIR}
|