Add a docker build step.
This commit is contained in:
parent
ff6837a751
commit
85a105ef2f
10 changed files with 215 additions and 24 deletions
|
|
@ -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,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue