Sorok-Dva / freenom-auto-renew-domains

A scraper built with puppeteer that auto renew free domains on Freenom and send discord message using bot
48 stars 20 forks source link

missing build script #18

Closed xuantiep closed 2 years ago

xuantiep commented 2 years ago

So you need build script for whatever docker or not

xuantiep commented 2 years ago

ERR! Missing script: "build"

21 1.383 npm ERR!

21 1.383 npm ERR! To see a list of scripts, run:

21 1.383 npm ERR! npm run

21 1.385

21 1.386 npm ERR! A complete log of this run can be found in:

21 1.386 npm ERR! /home/node/.npm/_logs/2022-08-29T10_43_27_147Z-debug-0.log

21 ERROR: executor failed running [/bin/sh -c npm run build]: exit code: 1


[build 2/2] RUN npm run build:

executor failed running [/bin/sh -c npm run build]: exit code: 1

Sorok-Dva commented 2 years ago

Hello,

Use make start to run the docker container. Build script is for ts compilation, i'm working on it