Don't add readme file to theia plugins folder

Suspect that it causes trouble because the reamde itself is not a vscode extension.
This commit is contained in:
Kris De Volder
2020-02-27 15:49:10 -08:00
parent 393f6845ee
commit 622b3806bb

View File

@@ -23,6 +23,7 @@ RUN yarn --cache-folder ./ycache && rm -rf ./ycache && \
NODE_OPTIONS="--max_old_space_size=8192" yarn theia build
ADD plugins /theia-app/plugins
RUN rm /theia-app/plugins/README.txt
ENV SHELL /bin/bash
ENTRYPOINT [ "yarn", "theia", "start", "--hostname=0.0.0.0", "--plugins=local-dir:/theia-app/plugins/", "/home/project" ]