initial commit
This commit is contained in:
13
dev/tekton/examples/kaniko/docker-compose.yaml
Executable file
13
dev/tekton/examples/kaniko/docker-compose.yaml
Executable file
@@ -0,0 +1,13 @@
|
||||
version: "3.3"
|
||||
|
||||
services:
|
||||
|
||||
site:
|
||||
image: docsy/docsy-example
|
||||
build:
|
||||
context: .
|
||||
command: server
|
||||
ports:
|
||||
- "1313:1313"
|
||||
volumes:
|
||||
- .:/src
|
||||
Reference in New Issue
Block a user