Fix docker build invocations (#188)

Signed-off-by: Evangelos Lamprou <vagos@lamprou.xyz>
This commit is contained in:
Evangelos Lamprou
2026-04-17 07:51:27 -04:00
committed by GitHub
parent da96579546
commit bac5e50448

View File

@ -76,7 +76,7 @@ SQLite:
```sh ```sh
docker build \ docker build \
-t taskchampion-sync-server \ -t taskchampion-sync-server \
-f Dockerfile-sqlite -f Dockerfile-sqlite .
``` ```
Postgres: Postgres:
@ -84,7 +84,7 @@ Postgres:
source .env source .env
docker build \ docker build \
-t taskchampion-sync-server-postgres \ -t taskchampion-sync-server-postgres \
-f Dockerfile-postgres -f Dockerfile-postgres .
``` ```
Now to run it, simply exec. Now to run it, simply exec.