Skip to content

Instantly share code, notes, and snippets.

View orhanhenrik's full-sized avatar

Orhan Hirsch orhanhenrik

View GitHub Profile

Keybase proof

I hereby claim:

  • I am orhanhenrik on github.
  • I am orhan (https://keybase.io/orhan) on keybase.
  • I have a public key ASA6X_1bl74YwDDlycwnyTHJFTxggD6qxW-YsJlw8DaV_Ao

To claim this, I am signing this object:

@orhanhenrik
orhanhenrik / Dockerfile
Created February 5, 2018 11:48
Dockerfile for icCube
FROM java:8-jre-alpine
RUN apk add --no-cache curl
WORKDIR /icCube
RUN curl -O https://www.iccube.com/downloads/6.5.4/icCube-6.5.4.zip && unzip icCube-6.5.4.zip && rm -fr icCube-6.5.4.zip
EXPOSE 8282
CMD ["/icCube/bin/icCube.sh"]