forked from github-mirrorer/taskchampion-sync-server
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
|
```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.
|
||||||
|
|||||||
Reference in New Issue
Block a user