Clarify docker instructions, add basic compose.yaml support

This should help folks get started with docker and hopefully make it easier for testing
This commit is contained in:
mgrimace
2024-04-03 17:59:16 -04:00
parent 64048e35d7
commit 8a022d5983
3 changed files with 30 additions and 4 deletions

8
compose.yaml Normal file
View File

@@ -0,0 +1,8 @@
services:
microsoft-rewards-script:
build: .
container_name: netsky
environment:
- NODE_ENV=production
volumes:
- .:/usr/src/microsoft-rewards-script