Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 278 Bytes

README.docker.md

File metadata and controls

21 lines (14 loc) · 278 Bytes

build docker container

docker build . -t socialhackday

run server

docker-compose up server

access to http://localhost:4567

run build

docker-compose run build

You will find compiled HTML files in ./build directory.