Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Enable port plug-in by default in the docker image
Browse files Browse the repository at this point in the history
eclipse-che/che#12061

Change-Id: I6a0087eba9e5b39ab866bcdf095489552f974bfd
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
  • Loading branch information
benoitf committed Mar 26, 2019
1 parent b8a1ea9 commit f55f180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/theia/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ WORKDIR ${HOME}/che-theia-source-code/plugins/
RUN for PLUGIN_DIR in */; do cd ${HOME}/che-theia-source-code/plugins/${PLUGIN_DIR} && yarn; done

RUN mkdir -p ${HOME}/che-theia-plugins/ && \
find ${HOME}/che-theia-source-code/plugins/ -not -name "*ssh*" -not -name "*ports*" -name "*.theia" -exec sh -c "cp {} ${HOME}/che-theia-plugins/" \; 2>log.txt
find ${HOME}/che-theia-source-code/plugins/ -not -name "*ssh*" -name "*.theia" -exec sh -c "cp {} ${HOME}/che-theia-plugins/" \; 2>log.txt


###
Expand Down

0 comments on commit f55f180

Please sign in to comment.