docker build . -t socialhackday
docker-compose up server
access to http://localhost:4567
docker-compose run build
You will find compiled HTML files in ./build
directory.
docker build . -t socialhackday
docker-compose up server
access to http://localhost:4567
docker-compose run build
You will find compiled HTML files in ./build
directory.