Skip to content

Commit 0eb3265

Browse files
committed
Add ARG VITE_ANALYTICS_DOMAIN to Dockerfile for build configuration
1 parent 1134000 commit 0eb3265

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Stage 1: Build Stage (oven/bun:1.1.44-alpine, ARM64)
22
FROM oven/bun:1.1.44-alpine AS builder
33

4+
ARG VITE_ANALYTICS_DOMAIN
45
RUN apk add --no-cache nodejs npm
56

67
# Set working directory and copy necessary files

0 commit comments

Comments
 (0)