From 832f232972c65e7ebed62000aefe825cf8d8ff38 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 6 Aug 2026 10:45:03 +0100 Subject: ansible-ise etherpad --- etherpad.Dockerfile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 etherpad.Dockerfile (limited to 'etherpad.Dockerfile') diff --git a/etherpad.Dockerfile b/etherpad.Dockerfile deleted file mode 100644 index fd76a88..0000000 --- a/etherpad.Dockerfile +++ /dev/null @@ -1,11 +0,0 @@ -ARG ALPINE_VERSION=3.23 -FROM docker.io/alpine:${ALPINE_VERSION} -RUN mkdir -p /var/app -WORKDIR /var/app -ARG ETHERPAD_VERSION -RUN apk --no-cache add pnpm \ - && ENV=~/.profile SHELL=sh pnpm setup \ - && source ~/.profile \ - && pnpm install --global tsx -COPY etherpad/etherpad-${ETHERPAD_VERSION} . -CMD pnpx tsx src/node/server.ts -- cgit v1.2.3