gcp-authdaemon/Dockerfile
James E. Blair 95d5ae41c2 Initial commit
Change-Id: I1fa5972fc6c6f9f49e993f3dc34f7fcfd6c63d32
2020-02-12 09:41:07 -08:00

7 lines
117 B
Docker

FROM docker.io/opendevorg/python-base
COPY authdaemon.py /
ENTRYPOINT ["/authdaemon.py"]
CMD ["/authdaemon/token"]