split Dockerfile, dynamic backend URL
This commit is contained in:
parent
8d09663eff
commit
3d69f592f6
15 changed files with 75 additions and 60 deletions
|
@ -8,7 +8,7 @@ export default defineConfig(() => {
|
|||
plugins: [react()],
|
||||
|
||||
build: {
|
||||
outDir: isContainer ? undefined : '../TanksServer/client',
|
||||
outDir: isContainer ? undefined : '../tanks-backend/TanksServer/client',
|
||||
emptyOutDir: true
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue