improved Docker image build

This commit is contained in:
2020-03-15 14:31:48 +00:00
parent 5e9eaba794
commit 2b71048b65
2 changed files with 7 additions and 1 deletions

6
build_docker_image.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
set -e
python3 setup.py bdist_wheel
cp docker/Dockerfile dist/Dockerfile
docker build dist --tag alpine:md2html