File size: 127 Bytes
2f71414
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
services:
  app:
    build: .
    command: bash start.sh
    restart: on-failure
    ports:
      - "80:80"
      - "8080:8080"