We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c8a7f commit 5368c95Copy full SHA for 5368c95
docker/Dockerfile
@@ -26,16 +26,7 @@ RUN apt-get update > /dev/null && \
26
mkdir -p ./dist/data/state/config/ && \
27
cp config/config.json ./dist/data/state/config/config.json
28
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
+# STEP4: BUILD PROD IMAGE
39
FROM debian:stable-slim
40
MAINTAINER [email protected]
41
WORKDIR /app/
0 commit comments