mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
5 lines
70 B
Docker
5 lines
70 B
Docker
|
ARG base
|
||
|
FROM ${base}
|
||
|
|
||
|
COPY target/release/nu* /bin/
|
||
|
ENTRYPOINT ["nu"]
|