Skip to content

Commit

Permalink
chore: bump version build
Browse files Browse the repository at this point in the history
  • Loading branch information
VinneyJ committed Oct 10, 2024
1 parent 1e81918 commit 83eef04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twoopstrackerui",
"version": "0.1.3",
"version": "0.1.2",
"private": true,
"scripts": {
"cms": "netlify-cms-proxy-server",
Expand Down

0 comments on commit 83eef04

Please sign in to comment.