summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
blob: 4ea1637cfe52b7654b0bf29e005344f55cae1ab2 (plain)
1
2
3
4
5
6
7
8
9
10
11
web:
  image: nginx
  ports:
   - 80:80
  volumes:
   - "./:/usr/share/nginx/html"
build:
  build: .
  command: /bin/true
  volumes:
   - ./:/code