mirror of
https://github.com/danbulant/nushell
synced 2026-05-19 20:38:40 +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"] |