From a48e060438726a3dabf9449867318a97c6687ac4 Mon Sep 17 00:00:00 2001 From: Douwe Ravers Date: Mon, 5 Jan 2026 16:20:30 +0000 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 071418a..5ae2c68 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # douwco.be My personal website + +## Instructions +Here are some instructions on how to deploy it using docker. + +### build +sudo docker build -t douwco_website . + +### run +sudo docker run -d --name douwco_website -p 8888:8888 douwco_website + +### replace +sudo docker stop douwco_website +sudo docker rm douwco_website +sudo docker run -d --name douwco_website -p 8888:8888 douwco_website \ No newline at end of file