Skip to content

Commit f62a328

Browse files
fix: tree
1 parent 1c6b66d commit f62a328

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker-compose.yml

+5
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,11 @@ services:
150150
image: "swaggerapi/swagger-codegen-cli-v3:${SWAGGER_CODEGEN_VERSION}"
151151
tree:
152152
<<: *alpine
153+
build:
154+
context: apps/alpine
155+
args:
156+
ALPINE_VERSION: "${ALPINE_VERSION}"
157+
ALPINE_PACKAGES: "tree"
153158
entrypoint: [ "tree" ]
154159
tsc:
155160
<<: *node

0 commit comments

Comments
 (0)