pyinstaller-action-windows/Dockerfile

7 lines
135 B
Docker
Raw Normal View History

2024-01-25 20:28:50 +08:00
FROM ganiziolek/pyinstaller-windows:3.10
2020-06-02 21:32:30 +08:00
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]