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