mirror of
https://github.com/nushell/nushell.git
synced 2025-02-05 13:10:56 +01:00
7 lines
82 B
Docker
7 lines
82 B
Docker
ARG base
|
|
FROM ${base}
|
|
|
|
ARG artifact
|
|
COPY ${artifact} /bin/
|
|
|
|
ENTRYPOINT ["/bin/nu"] |