From 3dcf3faa2962ba11c90c87312f5288ca239bcb96 Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Sun, 24 Nov 2024 09:46:26 +0100 Subject: [PATCH] add etherpad image --- etherpad_application_dockerfile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 etherpad_application_dockerfile diff --git a/etherpad_application_dockerfile b/etherpad_application_dockerfile new file mode 100644 index 0000000..fe0c511 --- /dev/null +++ b/etherpad_application_dockerfile @@ -0,0 +1,2 @@ +ARG VERSION=1.8.0 +FROM etherpad/etherpad:${VERSION}