From c620a4c6b0410f039f62df1e8c14ce8324b6a739 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Fri, 28 Feb 2020 09:19:28 -0800 Subject: [PATCH] Remove our vsix files from theia-docker-image ... just as a experiment to see if it works better with them removed. --- concourse/theia-docker-image/Dockerfile | 6 +++--- concourse/theia-docker-image/pipeline.yml | 0 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 concourse/theia-docker-image/pipeline.yml diff --git a/concourse/theia-docker-image/Dockerfile b/concourse/theia-docker-image/Dockerfile index 41f83b2dc..bb44f782c 100644 --- a/concourse/theia-docker-image/Dockerfile +++ b/concourse/theia-docker-image/Dockerfile @@ -23,10 +23,10 @@ RUN yarn --cache-folder ./ycache && rm -rf ./ycache && \ NODE_OPTIONS="--max_old_space_size=8192" yarn theia build ; \ yarn theia download:plugins -ADD plugins /theia-app/plugins -RUN rm /theia-app/plugins/README.txt +#ADD plugins /theia-app/plugins +#RUN rm /theia-app/plugins/README.txt ENV SHELL=/bin/bash \ THEIA_DEFAULT_PLUGINS=local-dir:/theia-app/plugins -ENTRYPOINT [ "yarn", "theia", "start", "--hostname=0.0.0.0", "--plugins=local-dir:/theia-app/plugins/", "/home/project" ] +ENTRYPOINT [ "yarn", "theia", "start", "--hostname=0.0.0.0", "/home/project" ] EXPOSE 3000 diff --git a/concourse/theia-docker-image/pipeline.yml b/concourse/theia-docker-image/pipeline.yml new file mode 100644 index 000000000..e69de29bb