mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-13 04:58:09 +00:00
Protobuf Java and Kotlin code generation. (#64)
Co-authored-by: Stian Brandt <stian.brandt@it-smurfan.no>
This commit is contained in:
7
api/Dockerfile-kotlin
vendored
Normal file
7
api/Dockerfile-kotlin
vendored
Normal 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
|
Reference in New Issue
Block a user