Discord-Captcha-Verification/docker-compose.yml

11 lines
No EOL
199 B
YAML

version: '3'
services:
verification-bot:
image: node:latest
working_dir: /app
volumes:
- .:/app
ports:
- "8080:8080"
command: bash -c "npm install && npm run start"