author: slasho.tw
- put your api_key in docker-compose.yml
version: "3"
x-common-variables: &common-variables
API_KEY: put your API_KEY here
services:
prompt_injection:
build:
context: prompt_injection
dockerfile: Dockerfile
...
- use docker-compose to run all the container!
docker-compose up -d