From ff979a2cfc6a2a89bf2dbc718dfaa5a9999ed44e Mon Sep 17 00:00:00 2001 From: Robert Burgess Date: Thu, 15 Aug 2024 15:49:05 -0400 Subject: [PATCH] test --- Dockerfile | 2 -- app/page.tsx | 2 +- package.json | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 95d9885..be82e76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,6 @@ RUN apk add --no-cache libc6-compat WORKDIR /app COPY package.json yarn.lock ./ RUN yarn config set network-timeout 100000 -#RUN apk add g++ make py3-pip -#RUN yarn global add node-gyp RUN yarn install # Rebuild the source code only when needed diff --git a/app/page.tsx b/app/page.tsx index 9f2989b..71e00a9 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -9,7 +9,7 @@ export default async function Home() { if there is anything you have for suggestions on projects you'd like to see a writeup on email me at bluebulletrl@gmail.com. Still need to setup email for this domain.
- Coming soon will be an updated DexNet guide that will include Meshtastic Information. + Coming soon will be an updated DexNet guide that will include Meshtastic Information. New document will be uploaded End of August.
); diff --git a/package.json b/package.json index 1f76f1e..357bd95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kx3dex_radio", - "version": "1.3.0", + "version": "1.3.5", "private": true, "scripts": { "dev": "next dev",