File size: 240 Bytes
944e71b
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
version: '3.8'

services:
  sabiduria-api:
    build:
      context: .  # The build context is the current directory where the Dockerfile is located
      dockerfile: Dockerfile  # The name of your Dockerfile
    ports:
      - "7860:7860"