website/docker-compose.build.yml
Sangelo a00a1df43d
All checks were successful
Build and push docker image / deploy (push) Successful in 1m11s
[c] Migrate to gitpot.org
2024-04-08 13:52:10 +02:00

10 lines
169 B
YAML

services:
web:
image: gitpot.org/sangelo/website:${TAG}
build:
context: .
dockerfile: Dockerfile
no_cache: true
ports:
- "3000:80"