Remove old build config.

This commit is contained in:
Orne Brocaar 2024-12-10 12:48:52 +00:00
parent 7936955a19
commit a70afa223b
2 changed files with 0 additions and 12 deletions

View File

@ -53,10 +53,6 @@ devshell:
docker-devshell:
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
test:
cd api && make rust

View File

@ -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