Compare commits

..

No commits in common. "8ee36f751092bef51f4cb510411d58a7cbb110d2" and "acc38fdcb0fcf6435388bd794a998808c7d3b93a" have entirely different histories.

3 changed files with 0 additions and 19 deletions

View File

@ -1,7 +0,0 @@
pipeline:
docker:
image: plugins/docker
settings:
registry: registry.brudi.xyz
repo: registry.brudi.xyz/kenobi/node-jellyfin-role-bot
tags: latest

View File

@ -1,11 +0,0 @@
FROM node:alpine as Build
ENV NODE_ENV=production
WORKDIR /app
COPY [ "package-lock.json", "package.json", "index.ts", "tsconfig.json", "./" ]
COPY server ./server
RUN npm ci --omit=dev
RUN npm run build
CMD ["npm","run","start"]

View File

@ -1 +0,0 @@
docker build --tag node-jellyfin-role-bot:latest .