chore: added dockerfile

This commit is contained in:
SamTV12345 2025-10-19 16:52:09 +02:00
parent b7ea61c558
commit 4e1080b67f
2 changed files with 3 additions and 0 deletions

View file

@ -24,6 +24,8 @@ Dockerfile
settings.json
src/node_modules
bin/node_modules
doc/node_modules
admin/node_modules
ui/node_modules
node_modules

View file

@ -11,6 +11,7 @@ RUN wget https://github.com/SamTV12345/gnpm/releases/download/v0.1.0/gnpm_0.1.0_
RUN tar -xvzf gnpm_0.1.0_linux_amd64.tar.gz
RUN mv gnpm /usr/local/bin/
ARG EP_DIR=/opt/etherpad-lite
WORKDIR ${EP_DIR}
COPY . .
RUN gnpm install
RUN gnpm run build:ui