Remove retarded build time variables
This commit is contained in:
@@ -2,12 +2,6 @@ FROM rockylinux/rockylinux:10 AS build
|
||||
|
||||
RUN dnf install -y nodejs npm && dnf clean all
|
||||
|
||||
ARG VITE_API_BASE_URL=http://localhost:8000
|
||||
ARG VITE_OTEL_COLLECTOR_ENDPOINT=http://localhost:4318
|
||||
|
||||
ENV VITE_API_BASE_URL=$VITE_API_BASE_URL \
|
||||
VITE_OTEL_COLLECTOR_ENDPOINT=$VITE_OTEL_COLLECTOR_ENDPOINT
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json package-lock.json ./
|
||||
|
||||
Reference in New Issue
Block a user