mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 18:59:19 +00:00
Added docker push
This commit is contained in:
@@ -43,6 +43,7 @@
|
|||||||
"build": "tsc -b && copyfiles -u 1 configs_example/**/*.* dist/configs_example/",
|
"build": "tsc -b && copyfiles -u 1 configs_example/**/*.* dist/configs_example/",
|
||||||
"docker-build": "docker build . -t ghcr.io/yuzuzensai/yumi:latest",
|
"docker-build": "docker build . -t ghcr.io/yuzuzensai/yumi:latest",
|
||||||
"docker-run": "docker run -d --name yumi --mount type=bind,source=\"$(pwd)\"/configs,target=/home/node/app/configs --network host --env-file .env ghcr.io/yuzuzensai/yumi:latest",
|
"docker-run": "docker run -d --name yumi --mount type=bind,source=\"$(pwd)\"/configs,target=/home/node/app/configs --network host --env-file .env ghcr.io/yuzuzensai/yumi:latest",
|
||||||
|
"docker-push": "docker push ghcr.io/yuzuzensai/yumi:latest",
|
||||||
"production": "tsc && node ./dist/index.js",
|
"production": "tsc && node ./dist/index.js",
|
||||||
"test": "mocha -r ts-node/register tests/**/*.ts"
|
"test": "mocha -r ts-node/register tests/**/*.ts"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user