againmusic / docker-compose.yml
taslim19
Initial commit
80287e2
raw
history blame contribute delete
229 Bytes
version: '3.8'
services:
my-app:
build: .
container_name: Devine
restart: "no"
environment:
- NODE_ENV=production
ports:
- "3000:3000"
volumes:
- .:/app
command: python3 -m Devine