Skip to content

Commit 0e12dae

Browse files
committed
Update Dockerfile to set VITE_ANALYTICS_DOMAIN as an environment variable and remove it from staging build workflow
1 parent 0eb3265 commit 0e12dae

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/staging-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
env:
99
GITHUB_REGISTRY: ghcr.io
1010
IMAGE_NAME: coollabsio/documentation-coolify
11-
VITE_ANALYTICS_DOMAIN: next.coolify.io/docs
1211

1312
jobs:
1413
build:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +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
4+
ENV VITE_ANALYTICS_DOMAIN=next.coolify.io/docs
55
RUN apk add --no-cache nodejs npm
66

77
# Set working directory and copy necessary files

0 commit comments

Comments
 (0)