Skip to content

Commit

Permalink
buildinstaller script
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Pfanner authored and danihodovic committed Mar 1, 2024
1 parent a889e8d commit 223b07a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions buildInstaller.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
docker build -f Dockerfile.pyinstaller . -t cel-ex-builder
docker rm celex -f
docker run --name celex -d cel-ex-builder
rm celery-exporter
docker cp celex:/app/dist/celery-exporter .

0 comments on commit 223b07a

Please sign in to comment.