website/docker-compose.build.yml

10 lines
169 B
YAML
Raw Permalink Normal View History

2024-03-22 10:19:46 +00:00
services:
web:
2024-04-02 15:42:33 +00:00
image: gitpot.dev/sangelo/website:${TAG}
2024-03-22 10:19:46 +00:00
build:
context: .
dockerfile: Dockerfile
no_cache: true
ports:
- "3000:80"