From 585a5826f4b22b4585b952d2cc7483a60f208485 Mon Sep 17 00:00:00 2001 From: Ethan Rose Date: Mon, 12 Feb 2024 16:54:05 -0800 Subject: [PATCH] Update docker image name in contributing guide --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d38541729..e4efb58d2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -198,7 +198,7 @@ Docusaurus supports previewing the website locally. Below are various options to #### Option 1: Docker (Recommended) -The project includes a `Dockerfile` and a `compose.yml` file to build and run the website in a containerized environment. This creates a docker image called `ozone-site-dev` with all the dependencies included, and uses it to run the [Docusaurus development server](https://docusaurus.io/docs/installation#running-the-development-server). +The project includes a `Dockerfile` and a `compose.yml` file to build and run the website in a containerized environment. This creates a docker image called `ozone-site` with all the dependencies included, and uses it to run the [Docusaurus development server](https://docusaurus.io/docs/installation#running-the-development-server). 1. Install [docker](https://docs.docker.com/engine/install/).