Protobuf Java and Kotlin code generation. (#64)

Co-authored-by: Stian Brandt <stian.brandt@it-smurfan.no>
This commit is contained in:
Stian
2023-01-10 16:46:04 +01:00
committed by GitHub
parent b24ca28adb
commit 74b5d1a7ca
22 changed files with 1078 additions and 2 deletions

7
api/Dockerfile-java vendored Normal file
View File

@ -0,0 +1,7 @@
FROM amazoncorretto:8
ENV PROJECT_PATH=/chirpstack/api
RUN yum install -y make git bash
RUN mkdir -p $PROJECT_PATH
WORKDIR $PROJECT_PATH