We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ea61c commit 4e1080bCopy full SHA for 4e1080b
.dockerignore
@@ -24,6 +24,8 @@ Dockerfile
24
25
settings.json
26
src/node_modules
27
+bin/node_modules
28
+doc/node_modules
29
admin/node_modules
30
ui/node_modules
31
node_modules
Dockerfile
@@ -11,6 +11,7 @@ RUN wget https://github.com/SamTV12345/gnpm/releases/download/v0.1.0/gnpm_0.1.0_
11
RUN tar -xvzf gnpm_0.1.0_linux_amd64.tar.gz
12
RUN mv gnpm /usr/local/bin/
13
ARG EP_DIR=/opt/etherpad-lite
14
+WORKDIR ${EP_DIR}
15
COPY . .
16
RUN gnpm install
17
RUN gnpm run build:ui
0 commit comments