mirror of
https://github.com/nushell/nushell.git
synced 2024-11-15 13:04:34 +01:00
12 lines
232 B
YAML
12 lines
232 B
YAML
version: '3'
|
|
|
|
services:
|
|
nushell:
|
|
image: ${DOCKER_REGISTRY}/nu:${DOCKER_TAG}
|
|
build:
|
|
context: ..
|
|
dockerfile: docker/Package${PATCH}.Dockerfile
|
|
args:
|
|
base: ${BASE_IMAGE}
|
|
artifact: ${NU_BINS}
|