aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
blob: 2444c6035cfcfd587b3abf6521250c73ac5f94fb (plain)
1
2
3
4
5
6
7
8
9
services:
  website:
    build:
      context: .
      dockerfile: Dockerfile
    ports:
      - "3000:3000"
    restart: unless-stopped