evolution-api/docker.sh

7 lines
90 B
Bash
Executable File

#!/bin/bash
IMAGE='evolution/api:local'
docker build -t ${IMAGE} .
docker compose up -d