All checks were successful
Build and Deploy koneko.rocks / build-and-deploy (push) Successful in 9s
9 lines
164 B
YAML
9 lines
164 B
YAML
services:
|
|
web:
|
|
container_name: htg-landing
|
|
restart: unless-stopped
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "5556:80" |