use docker compose for building

This commit is contained in:
Jonas Winkler 2020-11-22 00:35:19 +01:00
parent af3d161f66
commit d65a118d8a

View File

@ -94,7 +94,7 @@ cp "$PAPERLESS_ROOT/docker/supervisord.conf" "$PAPERLESS_DIST_APP/docker/"
cd "$PAPERLESS_DIST_APP"
docker build . -t "jonaswinkler/paperless-ng:$VERSION"
docker-compose -f docker-compose.postgres.yml build
# works. package the app!