mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-07-16 08:24:45 +00:00
Fix docker build invocations (#188)
Signed-off-by: Evangelos Lamprou <vagos@lamprou.xyz>
This commit is contained in:
committed by
GitHub
parent
da96579546
commit
bac5e50448
@ -76,7 +76,7 @@ SQLite:
|
||||
```sh
|
||||
docker build \
|
||||
-t taskchampion-sync-server \
|
||||
-f Dockerfile-sqlite
|
||||
-f Dockerfile-sqlite .
|
||||
```
|
||||
|
||||
Postgres:
|
||||
@ -84,7 +84,7 @@ Postgres:
|
||||
source .env
|
||||
docker build \
|
||||
-t taskchampion-sync-server-postgres \
|
||||
-f Dockerfile-postgres
|
||||
-f Dockerfile-postgres .
|
||||
```
|
||||
|
||||
Now to run it, simply exec.
|
||||
|
||||
Reference in New Issue
Block a user