Loading src/dlt/Dockerfile 0 → 100644 +12 −0 Original line number Diff line number Diff line # To add to host when starting container # 195.37.154.24 peer0.org1.example.com # 195.37.154.24 peer0.org2.example.com # 195.37.154.24 orderer0.example.com FROM zenika/kotlin # Copy controller project COPY . /controller # Build gateway WORKDIR /controller/src/dlt/gateway RUN ./gradlew build Loading
src/dlt/Dockerfile 0 → 100644 +12 −0 Original line number Diff line number Diff line # To add to host when starting container # 195.37.154.24 peer0.org1.example.com # 195.37.154.24 peer0.org2.example.com # 195.37.154.24 orderer0.example.com FROM zenika/kotlin # Copy controller project COPY . /controller # Build gateway WORKDIR /controller/src/dlt/gateway RUN ./gradlew build