Skip to content

Commit e731e54

Browse files
committed
ci(Docker): fix VITE_VERCEL_ENV to production
Dont display UI Lib link. Fix #101
1 parent 4b1ca28 commit e731e54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ FROM --platform=$BUILDPLATFORM node:lts-alpine AS build-stage
33
# Set environment variables for non-interactive npm installs
44
ENV NPM_CONFIG_LOGLEVEL warn
55
ENV CI true
6+
ARG VITE_VERCEL_ENV production
7+
ENV VITE_VERCEL_ENV=${VITE_VERCEL_ENV}
68

79
RUN apk add --update python3 make g++\
810
&& rm -rf /var/cache/apk/*

0 commit comments

Comments
 (0)