env
All checks were successful
🏗️✨ Build Workflow / 🖥️ 🔨 Build (push) Successful in 18m23s

This commit is contained in:
2025-07-29 13:06:54 -04:00
parent 6e374e59f5
commit 60e76f851e
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
FROM node:22.14.0 AS frontend
ENV VITE_API="https://localhost"
WORKDIR /frontend
ADD frontend/ ./
RUN npm install && npm run build