pyinstaller-action-windows/Dockerfile
2020-06-02 23:50:28 +10:00

7 lines
112 B
Docker

FROM ubuntu:16.04
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]