mirror of
https://github.com/nushell/nushell.git
synced 2025-01-11 16:58:41 +01:00
5 lines
70 B
Docker
5 lines
70 B
Docker
|
ARG base
|
||
|
FROM ${base}
|
||
|
|
||
|
COPY target/release/nu* /bin/
|
||
|
ENTRYPOINT ["nu"]
|