瀏覽代碼

Added Dockerfile

…however systemd doesn't work in Docker containers so this is probably a
dead end
merge-requests/1/merge
Christoph Haas 6 年之前
父節點
當前提交
4448c52788
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. +4
    -0
      Dockerfile

+ 4
- 0
Dockerfile 查看文件

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

Loading…
取消
儲存