shrub/.github/actions/glob/Dockerfile
Jared Tobin 2e33ecc7c1 meta: bump janeway version, change repo
Changes it to the image kept at the 'tloncorp' repo instead.
2021-07-03 01:20:37 +09:00

5 lines
108 B
Docker

FROM tloncorp/janeway:v0.15.4
COPY entrypoint.sh /entrypoint.sh
EXPOSE 22/tcp
ENTRYPOINT ["/entrypoint.sh"]