shared-amld-sql-injection-demo / docker-compose.yml
Zachary Schillaci
Docker build and HF deploy
7a5c22f
raw
history blame
No virus
167 Bytes
version: "3.9"
services:
backend:
restart: "no"
build:
context: .
dockerfile: Dockerfile
ports:
- 8050:8050
env_file:
- .env