building inside docker to avoid copying

master
Malar Kannan 2017-08-01 17:04:26 +05:30
parent 8b07805ab7
commit 77522f1435
1 changed files with 2 additions and 1 deletions

View File

@ -7,5 +7,6 @@ git submodule init
git submodule update
npm install
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 .