./ui/build is not exists!
coderAdaiA opened this issue · 1 comments
coderAdaiA commented
In Dockerfile, line 18:
COPY ./ui/build /ui
But ./ui.build is not exists now!
Roey7 commented
yeah you're probably right.
Do
cd ui
npm install
npm run build
cd ..
docker build....
if you wanna build the docker yourself :)