From be1100b3fef728f88a60498e2cd121cf9d78627f Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 27 Apr 2025 12:12:39 -0400 Subject: [PATCH] removing extra readme file --- READEME.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 READEME.md diff --git a/READEME.md b/READEME.md deleted file mode 100644 index 5ba9a07..0000000 --- a/READEME.md +++ /dev/null @@ -1,20 +0,0 @@ - - -# Getting started -Take notice of the .env.sample file and create copies without the .sample in the name. - -`.env.sample` -> `.env` - -Ensure that all variables are populated and is correct. - -## Docker - -Build the images -``` -docker compose build --ssh default auth_api -``` - -Bring it up -``` -docker compose up -d --force-recreate auth_api -``` \ No newline at end of file