changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra > pod / Containerfile.mail

revision 37: 60461d073737
parent 0: 98aa8d30816a
     1.1--- a/Containerfile.mail	Wed Sep 04 16:57:00 2024 -0400
     1.2+++ b/Containerfile.mail	Fri Sep 06 20:04:25 2024 -0400
     1.3@@ -1,1 +1,3 @@
     1.4-FROM stalwartlabs/mail-server:latest
     1.5\ No newline at end of file
     1.6+FROM localhost/worker:latest
     1.7+RUN --network=host curl --proto '=https' --tlsv1.2 -sSf https://get.stalw.art/install.sh -o .stash/install.sh
     1.8+ENTRYPOINT ["sudo", ".stash/install.sh"]
     1.9\ No newline at end of file