chirpstack/ui/Dockerfile-devel

9 lines
167 B
Plaintext
Raw Normal View History

2023-04-10 10:32:18 +00:00
FROM alpine:3.17.3
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