split Dockerfile, dynamic backend URL

This commit is contained in:
Vinzenz Schroeter 2024-04-21 14:34:45 +02:00
parent 8d09663eff
commit 3d69f592f6
15 changed files with 75 additions and 60 deletions

View file

@ -8,7 +8,7 @@ export default defineConfig(() => {
plugins: [react()],
build: {
outDir: isContainer ? undefined : '../TanksServer/client',
outDir: isContainer ? undefined : '../tanks-backend/TanksServer/client',
emptyOutDir: true
}
};