mirror of
https://github.com/pierre42100/AboutComunic
synced 2024-11-14 17:41:14 +00:00
6 lines
112 B
Bash
6 lines
112 B
Bash
|
#!/bin/bash
|
||
|
echo Build website
|
||
|
jekyll build
|
||
|
|
||
|
echo Build Docker image
|
||
|
docker build . -t pierre42100/comunic_about
|