Closed aimericdrk closed 1 year ago
Hi, thank you for reporting bug.
Yes. It's a bug from Dockerfile
I had coded the Dockerfile
long time ago.
I was using CRA
at that time and CRA
used build
folder when building.
But as you can see, I use Vite
now and by default it uses dist
instead of build
.
Dockerfile
was using build
.
That's why you get the bug.
I had never tested it after I migrated it with Vite
. Now it's fixed.
sorry and thanks again.
when i execute the docker build command i get this error :
is this normal / how can i fix it ?