1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-21 04:43:16 +00:00

minimal updates

This commit is contained in:
2025-07-01 21:35:11 +02:00
committed by alexandrev-tibco
parent 2d87652882
commit 27077a05d9
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
# Stage 1: build the frontend
FROM node:20-alpine AS build
ARG VITE_BACKEND_URL
ENV VITE_BACKEND_URL=${VITE_BACKEND_URL}
ENV VITE_BACKEND_URL=http://localhost:8000
WORKDIR /app
COPY package.json ./
RUN npm install