This commit is contained in:
d3m0k1d
2026-04-05 11:34:25 +03:00
parent 0a2d41d04e
commit 56db916f29
4 changed files with 9 additions and 5 deletions
+3
View File
@@ -2,6 +2,9 @@ FROM node:25-alpine3.23 AS builder
WORKDIR /app
ARG VITE_API_BASE_URL=/api/v1
ENV VITE_API_BASE_URL=${VITE_API_BASE_URL}
COPY package.json yarn.lock ./
RUN yarn install --frozen-lockfile