Browse Source

Added Dockerfile

…however systemd doesn't work in Docker containers so this is probably a
dead end
merge-requests/1/merge
Christoph Haas 6 years ago
parent
commit
4448c52788
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      Dockerfile

+ 4
- 0
Dockerfile View File

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

Loading…
Cancel
Save