forked from DevOps/deploy.stack
add(builder): add linux debian & alpine test
This commit is contained in:
8
builder/alpine/compose.yml
Normal file
8
builder/alpine/compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
|
||||
test:
|
||||
image: ${IMAGE_TAG}
|
||||
container_name: "alpine-test"
|
||||
restart: unless-stopped
|
||||
tty: true
|
||||
command: ash
|
||||
Reference in New Issue
Block a user