Commit 95a9224
Changed files (1)
bin
bin/docker-build
@@ -1,5 +1,7 @@
#!/bin/sh
+rm -fr pkg/
+mkdir -p pkg/
cp Dockerfile pkg/
docker pull ruby:2.6-alpine
docker image build \