mirror of
https://github.com/nushell/nushell
synced 2025-02-13 04:33:38 +00:00
7 lines
No EOL
82 B
Docker
7 lines
No EOL
82 B
Docker
ARG base
|
|
FROM ${base}
|
|
|
|
ARG artifact
|
|
COPY ${artifact} /bin/
|
|
|
|
ENTRYPOINT ["/bin/nu"] |