Compare commits
No commits in common. "8ee36f751092bef51f4cb510411d58a7cbb110d2" and "acc38fdcb0fcf6435388bd794a998808c7d3b93a" have entirely different histories.
8ee36f7510
...
acc38fdcb0
@ -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
|
|
11
Dockerfile
11
Dockerfile
@ -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"]
|
|
@ -1 +0,0 @@
|
|||||||
docker build --tag node-jellyfin-role-bot:latest .
|
|
Loading…
Reference in New Issue
Block a user