Commit 11ee5313 authored by Sebastien Andreina's avatar Sebastien Andreina
Browse files

added dockerfile for kub deployment

parent 78ecf724
Loading
Loading
Loading
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