mirror of
https://github.com/danbulant/nushell
synced 2026-05-21 13:28:51 +00:00
6 lines
No EOL
76 B
Docker
6 lines
No EOL
76 B
Docker
ARG artifact
|
|
ARG base
|
|
FROM ${base}
|
|
|
|
COPY ${artifact} /bin/
|
|
ENTRYPOINT ["nu"] |