Merge pull request #5 from wchen9911/patch-1

Fixed the idea launcher path
This commit is contained in:
Nathan Potter 2020-04-30 12:57:08 -05:00 committed by GitHub
commit 480d54105e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ RUN mkdir -p /opt/idea
RUN curl -L https://download.jetbrains.com/idea/ideaIC-2019.3.3.tar.gz | tar -C /opt/idea --strip-components 1 -xzvf -
# Add a binary to the PATH that points to the intellij startup script.
RUN ln -s /opt/intellij/bin/intellij.sh /usr/bin/intellij-idea-community
RUN ln -s /opt/idea/bin/idea.sh /usr/bin/intellij-idea-community