This commit is contained in:
Jack McKew 2023-05-08 22:57:16 +10:00
parent 04b363697b
commit 2dc8dcfca9
1 changed files with 6 additions and 0 deletions

6
Dockerfiles/README.md Normal file
View File

@ -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`