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

Commit

Permalink
fixed healthcheck script
Browse files Browse the repository at this point in the history
  • Loading branch information
gprossliner committed Aug 18, 2021
1 parent 1533e31 commit e77c198
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion healthcheck/runcheck
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
set -eux
docker build --no-cache .
docker image rm healthcheck || true
docker build --no-cache -t healthcheck .

0 comments on commit e77c198

Please sign in to comment.