Forked from
Eclipse Foundation / IT / Websites / eclipse.org
505 commits behind the upstream repository.
-
Christopher Guindon authoredChristopher Guindon authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
docker-compose.yml 167 B
version: '3'
services:
www:
build:
context: .
dockerfile: ./Dockerfile
ports:
- 80:8080
volumes:
- ./public:/usr/share/nginx/html