From 4eaea295130c10f9225592767d47e2edf270ceb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aeolin=20Ferj=C3=BCnnoz?= Date: Sun, 12 Apr 2026 17:18:29 +0200 Subject: [PATCH] - added instructions on docker usage --- README.md | 12 +++++++++--- index.html | 47 ----------------------------------------------- 2 files changed, 9 insertions(+), 50 deletions(-) delete mode 100644 index.html diff --git a/README.md b/README.md index 421fb6c..296df6c 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,16 @@ This project is built with with HTML, CSS and Java Script. ## Installment (for local use) 1. Clone the repository -2. Open the project folder -3. Run with Live Server Extension +2. Create an .env file and copy the example below into it +3. Run `docker compose -f docker-compose.yml --env-file .env up -d --build` +4. Website will be available at `http://localhost:1801` + +### Example envfile ``` -code.... +PORT_PREFIX=180 +DB_USER=onlyprompt +DB_NAME=onlyprompt +DB_PASSWORD=onlyprompt ``` ## Technologies, Libraries, Frameworks diff --git a/index.html b/index.html deleted file mode 100644 index aedc3d7..0000000 --- a/index.html +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - OnlyPrompt – AI Prompt Marketplace - - - - - - - - - - - - - -
-

OnlyPrompt

-

- A marketplace to discover, share and sell high-quality AI prompts. -

-
- - -
-

Available Prompts

-
-

Prompts will be displayed here soon...

-
-
- - - - - - - - \ No newline at end of file