docspell/docker/build-images.sh

12 lines
337 B
Bash
Raw Normal View History

2020-04-30 20:38:53 +00:00
#!/usr/bin/env bash
set -e
# Update the versions in joex.dockerfile and restserver.dockerfile,
# docker-compose.yml and joex/entrypoint.sh; update versions here
docker build -t eikek0/docspell:joex-0.5.0 -f joex.dockerfile .
docker build -t eikek0/docspell:restserver-0.5.0 -f restserver.dockerfile .
# test with docker-compose up