Skip to content

Commit

Permalink
Fix build-image.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pivovarit committed Jul 9, 2024
1 parent dbf5c4e commit a32c30f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin/build-image.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#!/bin/bash
# Rebuilds the Quesma Docker image and tags it as quesma:latest
set -e
cd "$(dirname "$0/")/.."
source bin/lib.sh

docker build -f quesma/Dockerfile -t quesma:latest quesma

0 comments on commit a32c30f

Please sign in to comment.