We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b8b80b commit 2308bacCopy full SHA for 2308bac
build/build_docker_image.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
-make clean
4
-docker run -v $(pwd):/home/budgetwarrior_web -w /home/budgetwarrior_web -t budgetwarrior:build make -j17 release_debug
+docker run -v $(pwd):/home/budgetwarrior_web -w /home/budgetwarrior_web -t wichtounet/budgetwarrior:build make clean
+docker run -v $(pwd):/home/budgetwarrior_web -w /home/budgetwarrior_web -t wichtounet/budgetwarrior:build make -j17 release_debug
5
docker build -f build/Dockerfile -t budgetwarrior:web .
6
docker tag budgetwarrior:web wichtounet/budgetwarrior:web
7
docker push wichtounet/budgetwarrior:web
0 commit comments