chirpstack/ui/Dockerfile-devel

9 lines
167 B
Plaintext
Raw Normal View History

2022-04-06 20:18:32 +00:00
FROM alpine:3.15.0
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