mirror of
https://github.com/danbulant/nushell
synced 2026-06-12 19:21:10 +00:00
6 lines
No EOL
81 B
Docker
6 lines
No EOL
81 B
Docker
ARG base
|
|
FROM ${base}
|
|
|
|
ARG artifact
|
|
COPY ${artifact} /bin/
|
|
ENTRYPOINT ["/bin/nu"] |