chirpstack/api/Dockerfile-js

10 lines
245 B
Plaintext
Raw Normal View History

2022-04-06 20:18:32 +00:00
FROM node:12
ENV PROJECT_PATH=/chirpstack/api
RUN apt update && apt install -y protobuf-compiler libprotobuf-dev git bash
RUN git clone https://github.com/googleapis/googleapis.git /googleapis
RUN mkdir -p $PROJECT_PATH
WORKDIR $PROJECT_PATH