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