mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 16:51:42 +03:00
2e33ecc7c1
Changes it to the image kept at the 'tloncorp' repo instead.
5 lines
108 B
Docker
5 lines
108 B
Docker
FROM tloncorp/janeway:v0.15.4
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
EXPOSE 22/tcp
|
|
ENTRYPOINT ["/entrypoint.sh"]
|