mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-08-07 01:03:34 +02:00
Fix multibyte meshcore-decoder dep hell
This commit is contained in:
+2
-5
@@ -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/ ./
|
||||
|
||||
Reference in New Issue
Block a user