Skip to content

Commit 4e1080b

Browse files
committed
chore: added dockerfile
1 parent b7ea61c commit 4e1080b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.dockerignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Dockerfile
2424

2525
settings.json
2626
src/node_modules
27+
bin/node_modules
28+
doc/node_modules
2729
admin/node_modules
2830
ui/node_modules
2931
node_modules

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN wget https://github.com/SamTV12345/gnpm/releases/download/v0.1.0/gnpm_0.1.0_
1111
RUN tar -xvzf gnpm_0.1.0_linux_amd64.tar.gz
1212
RUN mv gnpm /usr/local/bin/
1313
ARG EP_DIR=/opt/etherpad-lite
14+
WORKDIR ${EP_DIR}
1415
COPY . .
1516
RUN gnpm install
1617
RUN gnpm run build:ui

0 commit comments

Comments
 (0)