mirror of
https://github.com/nushell/nushell.git
synced 2025-02-24 14:31:47 +01:00
6 lines
76 B
Docker
6 lines
76 B
Docker
ARG base
|
|
FROM ${base}
|
|
|
|
ARG artifact
|
|
COPY ${artifact} /bin/
|
|
ENTRYPOINT ["nu"] |