initial
All checks were successful
Build and Deploy koneko.rocks / build-and-deploy (push) Successful in 9s
All checks were successful
Build and Deploy koneko.rocks / build-and-deploy (push) Successful in 9s
This commit is contained in:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@ -0,0 +1,9 @@
|
||||
services:
|
||||
web:
|
||||
container_name: htg-landing
|
||||
restart: unless-stopped
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "5556:80"
|
Reference in New Issue
Block a user