mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 04:06:37 +02:00
chore: added dockerfile
This commit is contained in:
parent
b7ea61c558
commit
4e1080b67f
@ -24,6 +24,8 @@ Dockerfile
|
||||
|
||||
settings.json
|
||||
src/node_modules
|
||||
bin/node_modules
|
||||
doc/node_modules
|
||||
admin/node_modules
|
||||
ui/node_modules
|
||||
node_modules
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user