#!/bin/bash # Copy schemata from docs cp -r ../picc-docs/schemata . # Built Jakyl site cd main_page JEKYLL_ENV=production bundle exec jekyll build cd .. # Build container docker build --rm -t picc/picc-website -f nginx_container_build/Dockerfile .