chirpstack/ui/Dockerfile-devel

9 lines
167 B
Plaintext
Raw Normal View History

FROM alpine:3.17.0
2022-04-06 20:18:32 +00:00
ENV PROJECT_PATH=/chirpstack/ui
RUN apk add --no-cache make git bash build-base nodejs npm yarn
RUN mkdir -p $PROJECT_PATH
WORKDIR $PROJECT_PATH