TheNetsky / Microsoft-Rewards-Script

Automated Microsoft Rewards script, using TypeScript, Cheerio and Playwright.
189 stars 44 forks source link

Docker Run Command? #38

Closed royaltongue closed 8 months ago

royaltongue commented 8 months ago

Besides building the Dockerfile, could you provide what other docker settings are needed to get this up and running?

TheNetsky commented 8 months ago

docker build -t microsoft-rewards-script-docker . It's fairly untested yet

mgrimace commented 6 months ago

Hi, sorry to revive this, after building you have to run the docker image that you built, for example docker run --name netsky -d microsoft-rewards-script-docker would run this as a container called netsky. You can change the name to anything you want, you can also remove the detached flag -d to view what's actually happening when it runs.