Skip to content

Commit

Permalink
ci(add-Build-Hook-Script): Used by Docker Hub to replace the normal a…
Browse files Browse the repository at this point in the history
…utobuild build script
  • Loading branch information
engineervix committed Oct 7, 2020
1 parent 86602fc commit 0625278
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
.gitignore
.gitattributes
.pre-commit-config.yaml
Dockerfile*
docker-compose*
README.md
LICENSE
.vscode
Expand Down
6 changes: 6 additions & 0 deletions hooks/build
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash

# Used by Docker Hub to replace the normal autobuild build script

# Windows Python-3 (64 bit) Build
docker build --no-cache -t engineervix/pyinstaller-windows:python3 -t engineervix/pyinstaller-windows:latest . --network=host

0 comments on commit 0625278

Please sign in to comment.