File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -26,20 +26,11 @@ RUN apt-get update > /dev/null && \
2626 mkdir -p ./dist/data/state/config/ && \
2727 cp config/config.json ./dist/data/state/config/config.json
2828
29- # STEP4: BUILD PLUGINS
30- FROM emscripten/emsdk AS builder_final
31- WORKDIR /home/filestash/
32- COPY --from=builder_backend /home/filestash/ .
33- RUN mkdir -p /home/filestash/dist/data/state/plugins && \
34- cd /home/filestash/server/plugin/plg_application_dev/ && make && \
35- cd /home/filestash/server/plugin/plg_application_3d/ && make && \
36- cd /home/filestash/server/plugin/plg_application_map/ && make
37-
38- # STEP5: BUILD PROD IMAGE
29+ # STEP4: BUILD PROD IMAGE
3930FROM debian:stable-slim
4031MAINTAINER mickael@kerjean.me
4132WORKDIR /app/
42- COPY --from=builder_final /home/filestash/dist/ .
33+ COPY --from=builder_backend /home/filestash/dist/ .
4334RUN apt-get update > /dev/null && \
4435 apt-get install -y --no-install-recommends apt-utils && \
4536 apt-get install -y curl ffmpeg libjpeg-dev libtiff-dev libpng-dev libwebp-dev libraw-dev libheif-dev libgif-dev && \
You can’t perform that action at this time.
0 commit comments