npm run docker:build-log to use buildx and show full log
This commit is contained in:
parent
9988f39658
commit
89cbe704d5
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
"main": "index.js",
|
||||
"scripts": {
|
||||
"docker:build": "docker build . -t ghcr.io/vogler/free-games-claimer",
|
||||
"docker:build-log": "(docker buildx build --progress=plain . -t ghcr.io/vogler/free-games-claimer; docker image ls) 2>&1 | tee data/docker-build.log",
|
||||
"docker": "docker run --rm -it -p 6080:6080 -v fgc:/fgc/data --pull=always ghcr.io/vogler/free-games-claimer",
|
||||
"lint": "npx eslint ."
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue