diff options
-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"] - |