mirror of
https://github.com/alexandrev/xslt-lab.git
synced 2026-09-21 04:43:16 +00:00
+1
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
# Stage 1: build the frontend
|
# Stage 1: build the frontend
|
||||||
FROM node:20-alpine AS build
|
FROM node:20-alpine AS build
|
||||||
ENV VITE_BACKEND_URL
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package.json ./
|
COPY package.json ./
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|||||||
Reference in New Issue
Block a user