forked from EvergreenCrypto/docker-finance
client: Dockerfiles: remote: root: update multi-stage
Parses out build stage into separate build target.
This commit is contained in:
@@ -20,6 +20,16 @@ services:
|
||||
image: evergreencrypto/root:archlinux
|
||||
container_name: evergreencrypto_root_archlinux
|
||||
build:
|
||||
context: .
|
||||
target: root
|
||||
dockerfile: Dockerfile.archlinux
|
||||
|
||||
archlinux-build:
|
||||
image: evergreencrypto/root:archlinux-build
|
||||
container_name: evergreencrypto_root_archlinux-build
|
||||
build:
|
||||
context: .
|
||||
target: root-build
|
||||
dockerfile: Dockerfile.archlinux
|
||||
|
||||
# vim: sw=2 sts=2 si ai et
|
||||
|
||||
Reference in New Issue
Block a user