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
}