Skip to content

Commit 5368c95

Browse files
fix (docker): remove unready stuff
1 parent 21c8a7f commit 5368c95

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

docker/Dockerfile

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,7 @@ 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
3930
FROM debian:stable-slim
4031
4132
WORKDIR /app/

0 commit comments

Comments
 (0)