diff options
author | Botond Hende <nettingman@gmail.com> | 2024-08-22 21:09:56 +0200 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-08-22 21:09:56 +0200 |
commit | 7021ded8d9ea0352b5f7cef09935961990e7c97b (patch) | |
tree | c9a608dd35e0259912e32ffe5d32dd3ece24133f | |
parent | 0e28e94bcd82db1253d45f914b0aab6e35246a57 (diff) |
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -3,8 +3,6 @@ FROM docker.io/node:lts-alpine MAINTAINER Hende, Botond <nettingman@gmail.com> LABEL Description="Etherpad-lite server" -FROM docker.io/node:lts-alpine - ENV NODE_ENV=production RUN apk add --no-cache --virtual container-buildtime \ @@ -26,4 +24,3 @@ USER node EXPOSE 9001/tcp CMD ["/opt/etherpad/bin/run.sh"] - |