From cf956f96ce197716f2da2a2485f842044d6fd6b7 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Sun, 30 Oct 2022 22:21:46 +0700 Subject: [PATCH] Changed docker scripts and repo settings --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 74389da..5851c71 100644 --- a/package.json +++ b/package.json @@ -45,16 +45,16 @@ "tsc": "tsc", "development": "ts-node-dev ./src/index.ts --respawn --transpileOnly", "build": "tsc -b && copyfiles -u 1 configs_example/**/*.* dist/configs_example/", - "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-push": "docker push ghcr.io/yuzuzensai/yumi:latest", + "docker-build": "docker build . -t ghcr.io/kirameki-cafe/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/kirameki-cafe/yumi:latest", + "docker-push": "docker push ghcr.io/kirameki-cafe/yumi:latest", "production": "tsc && node ./dist/index.js", "test": "mocha -r ts-node/register tests/**/*.ts" }, "name": "yumi", "version": "1.0.0", "main": "index.js", - "repository": "https://github.com/YuzuZensai/Yumi.git", - "author": "YuzuZensai ", + "repository": "https://github.com/kirameki-cafe/Yumi.git", + "author": "Kirameki Café ", "license": "GPL-3.0" }