Use managed dockerfile

This commit is contained in:
Jack McKew 2023-05-01 09:56:43 +10:00
parent dce16b0bf6
commit 04b363697b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM cdrx/pyinstaller-windows
FROM jackmckew/pyinstaller-windows
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh