Fix multibyte meshcore-decoder dep hell

This commit is contained in:
Jack Kingsman
2026-03-08 12:34:47 -07:00
parent 7ac220aee1
commit f472ff7cab
109 changed files with 4841 additions and 8 deletions
+2 -5
View File
@@ -5,11 +5,8 @@ ARG COMMIT_HASH=unknown
WORKDIR /build
RUN apt-get update \
&& apt-get install -y --no-install-recommends git \
&& rm -rf /var/lib/apt/lists/*
COPY frontend/package.json ./
COPY frontend/package.json frontend/.npmrc ./
COPY frontend/lib/meshcore-decoder ./lib/meshcore-decoder
RUN npm install
COPY frontend/ ./