mirror of
https://github.com/urbit/shrub.git
synced 2024-12-30 15:44:03 +03:00
d353ae3f0d
Despite the benign-looking patch version bump, the latest version of janeway drops support for the --do-it-live flag.
5 lines
110 B
Docker
5 lines
110 B
Docker
FROM jaredtobin/janeway:v0.15.2
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
EXPOSE 22/tcp
|
|
ENTRYPOINT ["/entrypoint.sh"]
|