このコミットが含まれているのは:
sinkaroid 2022-12-11 00:40:04 +07:00
コミット 1771517cd7
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: ABD69470B2390135
2個のファイルの変更2行の追加1行の削除

ファイルの表示

@ -3,5 +3,6 @@ WORKDIR /srv/app
COPY package*.json ./
RUN npm install
COPY . .
RUN npm run build
EXPOSE 3000
CMD ["node", "build/src/index.js"]

ファイルの表示

@ -4,7 +4,7 @@
"description": "Experimental doujin API with gather in mind",
"main": "build/src/index.js",
"scripts": {
"build": "rm -rf build && tsc",
"build": "tsc",
"start": "node build/src/index.js",
"test": "ts-node test/test.ts",
"test:cf": "ts-node test/nhentaiCookietest.ts",