mirror of
https://github.com/nushell/nushell
synced 2024-12-27 05:23:11 +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"] |