mirror of
https://github.com/danbulant/nushell
synced 2026-05-20 12:58:32 +00:00
11 lines
210 B
YAML
11 lines
210 B
YAML
version: '3'
|
|
|
|
services:
|
|
nushell:
|
|
image: ${REGISTRY}/nu:${TAG}
|
|
build:
|
|
context: ..
|
|
dockerfile: docker/Package.Dockerfile
|
|
args:
|
|
base: ${BASE_IMAGE}
|
|
artifact: ${NU_BINS}
|