Explorar el Código

Added Dockerfile

…however systemd doesn't work in Docker containers so this is probably a
dead end
merge-requests/1/merge
Christoph Haas hace 6 años
padre
commit
4448c52788
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      Dockerfile

+ 4
- 0
Dockerfile Ver fichero

@@ -0,0 +1,4 @@
FROM geerlingguy/docker-debian10-ansible
ADD ansible ansible
WORKDIR ansible
RUN ansible-playbook ispmail.yml -c local

Cargando…
Cancelar
Guardar