Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 062a75b

Browse files
author
TomNewChao
committedDec 1, 2024·
move the install the deps in dcokerfile
1 parent 40274f7 commit 062a75b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

Diff for: ‎Dockerfile_openeuler

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN { [ -z "${ETHERPAD_PLUGINS}" ] || \
3636
src/bin/installDeps.sh && \
3737
rm -rf ~/.npm
3838

39+
RUN /opt/etherpad-lite/src/bin/installDeps.sh
3940
RUN cp /opt/etherpad-lite/script/client.js /opt/etherpad-lite/node_modules/openid-client/lib/client.js
4041

4142
RUN chmod -R g=u .

Diff for: ‎bin/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ EOF
2727
fi
2828

2929
# Prepare the environment
30-
src/bin/installDeps.sh "$@" || exit 1
30+
#src/bin/installDeps.sh "$@" || exit 1
3131

3232
# Move to the node folder and start
3333
log "Starting Etherpad..."

0 commit comments

Comments
 (0)
Please sign in to comment.