This commit is contained in:
2025-07-29 13:06:19 -04:00
parent c049df9a9f
commit e2bc025d6f
2 changed files with 0 additions and 8 deletions

1
.env
View File

@@ -1 +0,0 @@
VITE_API=http://localhost:8000

View File

@@ -1,7 +0,0 @@
FROM node:22.14.0
ADD . .
RUN npm i && npm run build
FROM caddy as http