landscape/.github/actions/release/Dockerfile
2023-01-04 12:17:54 -06:00

4 lines
111 B
Docker

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