aboutsummaryrefslogtreecommitdiff
path: root/174bg/website/docker-compose.yaml
blob: 87e41cbbe6d84474b08f95610ab663f0de29d976 (plain)
1
2
3
4
5
6
# this is the compose file we deploy to the server
services:
  app:
    build: https://github.com/EpicGames/lore.git#master:174bg/website
    ports:
      - "3892:3000"