Go to file
2023-08-26 13:44:05 -05:00
.gitignore Initial commit 2023-08-26 13:44:05 -05:00
Dockerfile Initial commit 2023-08-26 13:44:05 -05:00
README.md Initial commit 2023-08-26 13:44:05 -05:00

docker-hugo

Hugo in a Docker container

Building

  1. Download Dart Sass (linux-x64) from here, and extract it with tar -xzf dart-sass-*.tar.gz
  2. Download Hugo from (linux-amd64) from here and extract it with tar -xzf
  3. Run docker build .