File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,10 @@ FROM build AS build_copy
132132
133133FROM build_${BUILD_ENV} AS development
134134
135+ ARG ETHERPAD_PLUGINS=
136+ ARG ETHERPAD_LOCAL_PLUGINS=
137+ ARG ETHERPAD_GITHUB_PLUGINS=
138+
135139COPY --chown=etherpad:etherpad ./src/ ./src/
136140COPY --chown=etherpad:etherpad --from=adminbuild /opt/etherpad-lite/src/ templates/admin./src/templates/admin
137141COPY --chown=etherpad:etherpad --from=adminbuild /opt/etherpad-lite/src/static/oidc ./src/static/oidc
@@ -144,6 +148,10 @@ RUN bin/installDeps.sh && \
144148
145149FROM build_${BUILD_ENV} AS production
146150
151+ ARG ETHERPAD_PLUGINS=
152+ ARG ETHERPAD_LOCAL_PLUGINS=
153+ ARG ETHERPAD_GITHUB_PLUGINS=
154+
147155ENV NODE_ENV=production
148156ENV ETHERPAD_PRODUCTION=true
149157
You can’t perform that action at this time.
0 commit comments