summaryrefslogtreecommitdiffstats
path: root/docker-compose.yaml
blob: 3afd6cdf8a9d04763f3a55ee3e35de1ecc72933e (plain) (blame)
1
2
3
4
5
6
7
8
9
version: "3.9"

services:
  gpt4free:
    build: 
      context: .
      dockerfile: Dockerfile
    ports:
      - "8501:8501"