12 lines
210 B
YAML
12 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}
|