|
|
@ -4,9 +4,9 @@
|
|
|
|
cp -r ../picc-docs/schemata .
|
|
|
|
cp -r ../picc-docs/schemata .
|
|
|
|
|
|
|
|
|
|
|
|
# Built Jakyl site
|
|
|
|
# Built Jakyl site
|
|
|
|
cd main_page
|
|
|
|
cd main_site
|
|
|
|
JEKYLL_ENV=production bundle exec jekyll build
|
|
|
|
JEKYLL_ENV=production bundle exec jekyll build
|
|
|
|
cd ..
|
|
|
|
cd ..
|
|
|
|
|
|
|
|
|
|
|
|
# Build container
|
|
|
|
# Build container
|
|
|
|
docker build --rm -t picc/picc-website -f nginx_container_build/Dockerfile .
|
|
|
|
docker build --rm -t picc/picc-website -f nginx_container_build/Dockerfile .
|
|
|
|