Dockerfile 265 B

123456789
  1. ARG THEME_IMAGE
  2. FROM ${THEME_IMAGE} AS build
  3. FROM tvelocity/etherpad-lite
  4. WORKDIR /opt/etherpad-lite
  5. COPY --from=build /opt/etherpad-lite/src/templates/index.html src/templates/
  6. COPY --from=build /opt/etherpad-lite/src/static/custom/index.css src/static/custom/