mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-19 05:07:54 +00:00
9 lines
167 B
Plaintext
9 lines
167 B
Plaintext
FROM alpine:3.17.3
|
|
|
|
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
|