mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
0ca7aaa56f
Signed-off-by: Fahmi Akbar Wildana <f.a.wildana@gmail.com>
11 lines
218 B
YAML
11 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}
|