diff --git a/Dockerfile b/Dockerfile index d67a19b..cf80066 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ FROM node:20-alpine AS builder WORKDIR /app COPY --from=deps /app/node_modules ./node_modules COPY . . -ARG APP_VERSION=v0.0.0 +ARG APP_VERSION=v0.0.1 ENV NEXT_PUBLIC_APP_VERSION=$APP_VERSION ENV NEXT_TELEMETRY_DISABLED 1 RUN npm run build