mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-18 20:57:55 +00:00
Remove old build config.
This commit is contained in:
parent
7936955a19
commit
a70afa223b
4
Makefile
4
Makefile
@ -53,10 +53,6 @@ devshell:
|
|||||||
docker-devshell:
|
docker-devshell:
|
||||||
docker compose run --rm --service-ports --name chirpstack chirpstack
|
docker compose run --rm --service-ports --name chirpstack chirpstack
|
||||||
|
|
||||||
# Enters the devshell for ChirpStack UI development.
|
|
||||||
docker-devshell-ui:
|
|
||||||
docker compose run --rm --service-ports --name chirpstack-ui chirpstack-ui bash
|
|
||||||
|
|
||||||
# Runs the tests
|
# Runs the tests
|
||||||
test:
|
test:
|
||||||
cd api && make rust
|
cd api && make rust
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
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
|
|
Loading…
Reference in New Issue
Block a user