mirror of
https://github.com/urbit/shrub.git
synced 2025-01-02 01:25:55 +03:00
17f3431b43
Sets two environment variables, LANDSCAPE_STREAM and LANDSCAPE_SHORTHASH, to be employed by landscape builds. Also reverts the janeway version used to v0.13.1 as the --dev flag is unnecessary.
5 lines
110 B
Docker
5 lines
110 B
Docker
FROM jaredtobin/janeway:v0.13.1
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
EXPOSE 22/tcp
|
|
ENTRYPOINT ["/entrypoint.sh"]
|