🔧 Use docker, not podman

This commit is contained in:
Gerber, Mike 2019-08-20 12:25:12 +02:00
parent daed87566e
commit 001e62f54a
2 changed files with 2 additions and 2 deletions

2
build
View file

@ -1,2 +1,2 @@
#!/bin/sh
podman build -t my_ocrd_workflow .
docker build -t my_ocrd_workflow .