#!/bin/bash if [ ! -d "docker" ]; then mkdir docker fi git submodule init git submodule update npm install npm run build cp -r build freespeech_walle ./*.py requirements.txt Dockerfile docker/ docker build -t walle-react .