ci/cd + https + front

This commit is contained in:
arrelin
2025-12-16 11:55:28 +03:00
parent 0115f7674c
commit 05bab6e620
17 changed files with 463 additions and 72 deletions

View File

@@ -7,7 +7,7 @@ RUN npm ci
COPY . .
ARG VITE_API_BASE_URL=/
ARG VITE_API_BASE_URL=/api
ENV VITE_API_BASE_URL=$VITE_API_BASE_URL
RUN npm run build