From 96bcf23ddadd77b01b233e4ae1996fe9f216f664 Mon Sep 17 00:00:00 2001 From: Gottfried Chen Date: Tue, 6 Aug 2024 13:16:53 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eaf7847..b5ff331 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This is the [allaboutapps](https://allaboutapps.at/) TypeScript template for Rea - Docker setup ## Docker -The template comes with a ready to use Dockerfile for containerizgin your application. Use the following commands to build a ready to serve docker image of your application and run it: +The template comes with a ready to use Dockerfile for containerizing your application. Use the following commands to build a ready to serve docker image of your application and run it: ```sh docker build . --build-arg VITE_COMMIT_HASH=happy-commit-hash -t aaa-react-starter