Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
added build file
Browse files Browse the repository at this point in the history
added build file to fix build failure on docker hub
  • Loading branch information
shubhashri12 authored Jan 13, 2022
1 parent 0028511 commit 7392e78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hooks/build
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
docker build --build-arg VERSION=$DOCKER_TAG -f $DOCKERFILE_PATH -t $IMAGE_NAME .

0 comments on commit 7392e78

Please sign in to comment.