improved Docker image build
This commit is contained in:
6
build_docker_image.sh
Executable file
6
build_docker_image.sh
Executable 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
|
Reference in New Issue
Block a user