Add a docker build step.
Some checks failed
Docker Build / Build and Push Backend Image (push) Failing after 1m4s
Docker Build / Build and Push Frontend Image (push) Failing after 33s
Check / Backend (pull_request) Successful in 5m55s
Check / Frontend (pull_request) Successful in 1m55s

This commit is contained in:
Drew 2025-09-27 20:28:17 -07:00
parent ff6837a751
commit f4062b99d2
10 changed files with 219 additions and 24 deletions

View file

@ -7,7 +7,7 @@ export default defineConfig({
server: {
proxy: {
"/api": {
target: "http://localhost:3000",
target: process.env.VITE_API_URL || "http://127.0.0.1:3000",
changeOrigin: true,
},
},