From 83eef0469c73b81c1f309a3611b422e45cc59848 Mon Sep 17 00:00:00 2001 From: VinneyJ Date: Thu, 10 Oct 2024 11:50:57 +0300 Subject: [PATCH] chore: bump version build --- Dockerfile | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 54662176..21b197d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,12 +18,12 @@ ARG TWOOPSTRACKER_API_URL \ # Learn more here: https://nextjs.org/telemetry NEXT_TELEMETRY_DISABLED=1 -RUN yarn build --verbose +RUN yarn build # Production image, copy all the files and run next FROM node:20-alpine AS runner -ENV NODE_ENV production \ +ENV NODE_ENV=production \ NEXT_TELEMETRY_DISABLED=1 WORKDIR /app diff --git a/package.json b/package.json index 94f7ab9a..3542970a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twoopstrackerui", - "version": "0.1.3", + "version": "0.1.2", "private": true, "scripts": { "cms": "netlify-cms-proxy-server",