research / docker-compose.yml
Mohammed Foud
Add application file
877c261
raw
history blame contribute delete
101 Bytes
version: '3'
services:
app:
build: .
ports:
- "7860:7860"
env_file:
- .env