Skip to content

Commit 6a3a1b7

Browse files
committed
Build process tweaks
1 parent 3ea3897 commit 6a3a1b7

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ cd easy-transcriber
5959
cp .env.example .env
6060
# Edit .env and set DEEPGRAM_API_KEY
6161
mkdir -p media uploads data
62-
docker compose up --build
62+
docker compose up --build # docker-compose.override.yml enables local build automatically
6363
```
6464

6565
Open [http://localhost:3000](http://localhost:3000) in your browser.

docker-compose.override.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
services:
2+
transcriber:
3+
build: .

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
services:
22
transcriber:
33
image: ghcr.io/readtedium/easy-transcriber:latest
4-
build: .
54
env_file: ".env"
65
ports:
76
- ${SERVER_PORT:-3000}:${SERVER_PORT:-3000}

0 commit comments

Comments
 (0)