File size: 85 Bytes
21011e9
 
 
 
 
 
1
2
3
4
5
6
services:
  app:
    build: .
    ports:
      - "8000:8000"
    restart: always