Last active
May 24, 2017 04:56
-
-
Save aranajhonny/0504760943d1d56c73e43eac2099863e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Base linux is Alpine. | |
FROM webide/webide | |
EXPOSE 8080 | |
WORKDIR /root | |
CMD ["java", "-jar", "ide-backend.jar", "--PTY_LIB_FOLDER=/root/lib"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment