adding docker directory only for docker build

master
Malar Kannan 2017-08-01 17:15:35 +05:30
parent 77522f1435
commit 76c6c14f6a
2 changed files with 2 additions and 1 deletions

2
.dockerignore Normal file
View File

@ -0,0 +1,2 @@
*
!docker

View File

@ -8,5 +8,4 @@ git submodule update
npm install
npm run build
cp -r build freespeech_walle ./*.py requirements.txt Dockerfile docker/
cd docker/ || exit
docker build -t walle-react .