mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 00:13:21 +01:00
0ca7aaa56f
Signed-off-by: Fahmi Akbar Wildana <f.a.wildana@gmail.com>
12 lines
218 B
YAML
12 lines
218 B
YAML
version: '3'
|
|
|
|
services:
|
|
nushell:
|
|
image: ${REGISTRY}/nu:${TAG}
|
|
build:
|
|
context: ..
|
|
dockerfile: docker/Package${PATCH}.Dockerfile
|
|
args:
|
|
base: ${BASE_IMAGE}
|
|
artifact: ${NU_BINS}
|