All checks were successful
code.softwareshinobi.com-embanet/portofino.embanet.online/pipeline/head This commit looks good
18 lines
264 B
YAML
18 lines
264 B
YAML
services:
|
|
|
|
portofino.embanet.online:
|
|
|
|
container_name: portofino.embanet.online
|
|
|
|
image: softwareshinobi/portofino.embanet.online
|
|
|
|
build:
|
|
|
|
context: .
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
ports:
|
|
|
|
- 8000:80
|