All checks were successful
learn org at code.softwareshinobi.com/learn.softwareshinobi.com/pipeline/head This commit looks good
18 lines
267 B
YAML
18 lines
267 B
YAML
services:
|
|
|
|
learn.softwareshinobi.come:
|
|
|
|
container_name: learn.softwareshinobi.com
|
|
|
|
image: softwareshinobi/learn.softwareshinobi.com
|
|
|
|
build:
|
|
|
|
context: .
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
ports:
|
|
|
|
- 8000:80
|