From cec5d5893799f953f3d75f7aff0b9c211247c207 Mon Sep 17 00:00:00 2001 From: arinak1017 Date: Wed, 2 Oct 2024 16:06:15 -0400 Subject: [PATCH] Fixed spelling - "containerized" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75c18dc..99ebf66 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The client is built using SvelteKit (static site) and the server uses Axum frame The client can be started using `npm run dev` inside `app` directory. -The server and the database services are containarized. Just run `docker compose up` to start the server and database services if you are working on the frontend. +The server and the database services are containerized. Just run `docker compose up` to start the server and database services if you are working on the frontend. Make sure to make a `.env` file with these parameters: ``` DATABASE_PASSWORD=db_password