Sfoglia il codice sorgente

Added Dockerfile

…however systemd doesn't work in Docker containers so this is probably a
dead end
merge-requests/1/merge
Christoph Haas 6 anni fa
parent
commit
4448c52788
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      Dockerfile

+ 4
- 0
Dockerfile Vedi File

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

Caricamento…
Annulla
Salva