building inside docker to avoid copying
This commit is contained in:
@@ -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 .
|
||||||
|
|||||||
Reference in New Issue
Block a user