mirror of
https://github.com/nushell/nushell
synced 2024-11-14 00:47:09 +00:00
11 lines
232 B
YAML
11 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}
|