diff --git a/README.md b/README.md index a093068..45a07ff 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # [hugodieehre](https://www.habedieeh.re) -This repo contains the files found at habedieeh.re \ No newline at end of file +This repo contains the files found at habedieeh.re + +## How to run +1. `docker build -t hugodieehre .` +2. `docker compose up -d` +3. I'll still forget to build the image before deploying \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index a6e04ee..c2a3ba0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.3" services: web: - image: hugodieehretest # based on simple-web-server, has amazing defaults + image: hugodieehre # based on simple-web-server, has amazing defaults container_name: habedieehre networks: