mirror of
https://github.com/nushell/nushell.git
synced 2024-12-29 18:39:24 +01:00
5 lines
120 B
Docker
5 lines
120 B
Docker
|
FROM nushell/nu-base as base
|
||
|
FROM rust:1.37-slim
|
||
|
COPY --from=base /usr/local/bin/nu /usr/local/bin/nu
|
||
|
ENTRYPOINT ["nu"]
|