pyinstaller-action-windows/Dockerfile

7 lines
124 B
Docker
Raw Normal View History

2020-06-02 22:02:20 +08:00
FROM cdrx/pyinstaller-windows
2020-06-02 21:32:30 +08:00
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]