Skip to content

Commit

Permalink
added script to build docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
nishaq503 committed Dec 21, 2023
1 parent 102bdcb commit 0f8cbfc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions transforms/images/apply-flatfield-plugin/build-docker.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

version=$(<VERSION)
docker build . -t polusai/apply-flatfield-plugin:${version}

0 comments on commit 0f8cbfc

Please sign in to comment.