a
This commit is contained in:
parent
c1430ebc30
commit
b89accc396
@ -4,7 +4,6 @@ ENV NEXT_TELEMETRY_DISABLED=1
|
|||||||
RUN apk add --no-cache libc6-compat
|
RUN apk add --no-cache libc6-compat
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY ./out /app/out
|
COPY ./out /app/out
|
||||||
RUN npm install serve
|
|
||||||
|
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
ENV PORT=3000
|
ENV PORT=3000
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
export default function Page() {
|
export default function Page() {
|
||||||
return <div>hello world</div>
|
return <div>this is a test of the emergency alert system</div>
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user