We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72aeebd commit 789106bCopy full SHA for 789106b
README.md
@@ -74,20 +74,17 @@ To build the images, execute the following commands.
74
75
SQLite:
76
```sh
77
-source .env
78
docker build \
79
- --build-arg RUST_VERSION=${RUST_VERSION} \
80
- --build-arg ALPINE_VERSION=${ALPINE_VERSION} \
81
- -t taskchampion-sync-server docker/sqlite
+ -t taskchampion-sync-server \
+ -f Dockerfile-sqlite
82
```
83
84
Postgres:
85
86
source .env
87
88
89
90
- -t taskchampion-sync-server-postgres docker/postgres
+ -t taskchampion-sync-server-postgres \
+ -f Dockerfile-postgres
91
92
93
Now to run it, simply exec.
0 commit comments