Add git
This commit is contained in:
parent
04b363697b
commit
2dc8dcfca9
|
@ -0,0 +1,6 @@
|
||||||
|
# Docker Files
|
||||||
|
|
||||||
|
To push new images up to Docker hub
|
||||||
|
|
||||||
|
1. `docker login`
|
||||||
|
2. `docker build -f Dockerfile-py3.10-win64 . --platform=linux/amd64 -t jackmckew/pyinstaller-windows:3.10 -t jackmckew/pyinstaller-windows:latest && docker push jackmckew/pyinstaller-windows:3.10 && docker push jackmckew/pyinstaller-windows:latest`
|
Loading…
Reference in New Issue