mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-12 15:01:38 +03:00
5fc506c837
Uses janeway v0.13.3, which allows us to remove some of the hacky steps
in the glob action entrypoint script introduced in 17f3431b43
.
5 lines
110 B
Docker
5 lines
110 B
Docker
FROM jaredtobin/janeway:v0.13.3
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
EXPOSE 22/tcp
|
|
ENTRYPOINT ["/entrypoint.sh"]
|