mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 06:30:08 +02:00
Add busybox as base image
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
ARG artifact
|
||||
ARG base
|
||||
FROM ${base}
|
||||
|
||||
COPY target/release/nu* /bin/
|
||||
COPY ${artifact} /bin/
|
||||
ENTRYPOINT ["nu"]
|
@ -8,3 +8,4 @@ services:
|
||||
dockerfile: docker/Package.Dockerfile
|
||||
args:
|
||||
base: ${BASE_IMAGE}
|
||||
artifact: ${NU_BINS}
|
||||
|
Reference in New Issue
Block a user