mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-23 02:35:34 +00:00
chore: added dockerfile
This commit is contained in:
parent
b7ea61c558
commit
4e1080b67f
2 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue