2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-15 13:38:41 +00:00
nushell/docker/docker-compose.package.yml

12 lines
232 B
YAML
Raw Normal View History

version: '3'
services:
nushell:
2019-11-11 07:51:41 +07:00
image: ${DOCKER_REGISTRY}/nu:${DOCKER_TAG}
build:
context: ..
dockerfile: docker/Package${PATCH}.Dockerfile
args:
base: ${BASE_IMAGE}
2019-09-08 22:31:10 +07:00
artifact: ${NU_BINS}