mirror of
https://github.com/nushell/nushell.git
synced 2025-02-16 18:41:44 +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"]
|