Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 579 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 579 Bytes

Build Status

My personal blog

This repo contains the sources for my website:

https://viktorbarzin.me

Building

The Dockerfile in the repo is used to build the website inside my Kubernetes cluster.

You will not be able to build it without the LETSENCRYPT_PASS variable which is the password for the letsencrypt dir

To build it run:

docker build --build-arg LETSENCRYPT_PASS="$LETSENCRYPT_PASS" -t viktorbarzin/blog .```