diff options
| author | Joe Carstairs <me@joeac.net> | 2026-08-06 10:45:03 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-08-06 10:45:03 +0100 |
| commit | 832f232972c65e7ebed62000aefe825cf8d8ff38 (patch) | |
| tree | 5b378cffc7b985f2f2e9dd41ec188f9ddd994b60 /etherpad.Dockerfile | |
| parent | 55100c1e0ffcd490b3e3257fe4e75296f4f32e62 (diff) | |
ansible-ise etherpad
Diffstat (limited to 'etherpad.Dockerfile')
| -rw-r--r-- | etherpad.Dockerfile | 11 |
1 files changed, 0 insertions, 11 deletions
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 |
