From b89accc396eae70c5c409e17db45564e0333916c Mon Sep 17 00:00:00 2001 From: Jonathan Branan Date: Sat, 2 Nov 2024 22:27:02 -0500 Subject: [PATCH] a --- Dockerfile | 1 - app/likes/page.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9b09554..5ee8bcd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,6 @@ ENV NEXT_TELEMETRY_DISABLED=1 RUN apk add --no-cache libc6-compat WORKDIR /app COPY ./out /app/out -RUN npm install serve ENV NODE_ENV=production ENV PORT=3000 diff --git a/app/likes/page.tsx b/app/likes/page.tsx index 8337f59..daef098 100644 --- a/app/likes/page.tsx +++ b/app/likes/page.tsx @@ -1,3 +1,3 @@ export default function Page() { - return
hello world
+ return
this is a test of the emergency alert system
}