building inside docker to avoid copying
parent
8b07805ab7
commit
77522f1435
|
|
@ -7,5 +7,6 @@ git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
cp -r build freespeech_walle ./*.py requirements.txt docker/
|
cp -r build freespeech_walle ./*.py requirements.txt Dockerfile docker/
|
||||||
|
cd docker/ || exit
|
||||||
docker build -t walle-react .
|
docker build -t walle-react .
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue