mirror of
https://github.com/cloudmaker97/Discord-Captcha-Verification.git
synced 2025-12-06 01:48:34 +00:00
11 lines
No EOL
199 B
YAML
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" |